Home
last modified time | relevance | path

Searched refs:kernel (Results 1 – 25 of 165) sorted by relevance

1234567

/aosp14/system/core/fastboot/
H A Dbootimg_utils.cpp50 static void mkbootimg_v3_and_above(const std::vector<char>& kernel, in mkbootimg_v3_and_above() argument
55 int64_t kernel_actual = (kernel.size() + page_mask) & (~page_mask); in mkbootimg_v3_and_above()
64 hdr->kernel_size = kernel.size(); in mkbootimg_v3_and_above()
75 memcpy(hdr->magic + V3_PAGE_SIZE, kernel.data(), kernel.size()); in mkbootimg_v3_and_above()
79 void mkbootimg(const std::vector<char>& kernel, const std::vector<char>& ramdisk, in mkbootimg() argument
87 mkbootimg_v3_and_above(kernel, ramdisk, src, out); in mkbootimg()
93 int64_t kernel_actual = (kernel.size() + page_mask) & (~page_mask); in mkbootimg()
107 hdr->kernel_size = kernel.size(); in mkbootimg()
124 memcpy(hdr->magic + hdr->page_size, kernel.data(), kernel.size()); in mkbootimg()
H A Dbootimg_utils.h38 void mkbootimg(const std::vector<char>& kernel, const std::vector<char>& ramdisk,
/aosp14/system/core/llkd/
H A Dllkd.rc26 write /proc/sys/kernel/hung_task_timeout_secs ${ro.khungtask.timeout:-720}
27 write /proc/sys/kernel/hung_task_warnings 65535
28 write /proc/sys/kernel/hung_task_check_count 65535
29 write /proc/sys/kernel/hung_task_panic 1
32 write /proc/sys/kernel/hung_task_panic 0
/aosp14/system/core/rootdir/
H A Dinit-debug.rc11 mount debugfs debugfs /sys/kernel/debug
12 chmod 0755 /sys/kernel/debug
16 umount /sys/kernel/debug
H A Dinit.rc17 write /proc/sys/kernel/sysrq 0
22 write /proc/sys/kernel/modprobe \n
302 write /proc/sys/kernel/panic_on_oops 1
646 chmod 0755 /sys/kernel/tracing
647 chmod 0755 /sys/kernel/debug/tracing
1275 write /proc/sys/kernel/kptr_restrict 0
1358 write /sys/kernel/mm/lru_gen/enabled 0
1360 write /sys/kernel/mm/lru_gen/enabled 1
1362 write /sys/kernel/mm/lru_gen/enabled 3
1364 write /sys/kernel/mm/lru_gen/enabled 5
[all …]
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/
H A DAndroid.bp79 include_dirs: ["bionic/libc/kernel"],
124 include_dirs: ["bionic/libc/kernel"],
128 // point, /system is mounted using the "dm-user" device-mapper kernel
233 include_dirs: ["bionic/libc/kernel"],
/aosp14/frameworks/base/apct-tests/perftests/multiuser/trace_configs/
H A Dtrace_config_multi_user.textproto47 # These parameters affect only the kernel trace buffer size and how
61 # We need to do process tracking to ensure kernel ftrace events targeted at short-lived
77 # Old (kernel) LMK
/aosp14/system/core/init/
H A DREADME.ueventd.md28 Ueventd listens to the kernel uevent sockets and creates/deletes nodes in `/dev` based on the
105 kernel.
150 If the kernel command-line argument `firmware_class.path` is set, this path
151 will be used first by the kernel to search for the firmware files. If found,
153 [kernel documentation](https://www.kernel.org/doc/html/v5.10/driver-api/firmware/fw_search_path.htm…
161 `/sys/devices`. This causes the kernel to regenerate the uevents for these paths, and thus for
/aosp14/system/core/libcutils/
H A DTEST_MAPPING12 "kernel-presubmit": [
/aosp14/frameworks/base/data/keyboards/
H A DVendor_054c_Product_0ba0_Version_8111.kl58 # Mapping according to https://www.kernel.org/doc/Documentation/input/gamepad.txt
66 # In kernel versions >= 4.10, the touchpad is a separate input device,
H A DVendor_054c_Product_05c4_Version_8000.kl59 # Mapping according to https://www.kernel.org/doc/Documentation/input/gamepad.txt
67 # In kernel versions >= 4.10, the touchpad is a separate input device,
H A DVendor_054c_Product_05c4_Version_8100.kl59 # Mapping according to https://www.kernel.org/doc/Documentation/input/gamepad.txt
67 # In kernel versions >= 4.10, the touchpad is a separate input device,
H A DVendor_054c_Product_05c4_Version_8111.kl59 # Mapping according to https://www.kernel.org/doc/Documentation/input/gamepad.txt
67 # In kernel versions >= 4.10, the touchpad is a separate input device,
H A DVendor_054c_Product_09cc_Version_8000.kl59 # Mapping according to https://www.kernel.org/doc/Documentation/input/gamepad.txt
67 # In kernel versions >= 4.10, the touchpad is a separate input device,
H A DVendor_054c_Product_09cc_Version_8100.kl59 # Mapping according to https://www.kernel.org/doc/Documentation/input/gamepad.txt
67 # In kernel versions >= 4.10, the touchpad is a separate input device,
H A DVendor_054c_Product_09cc_Version_8111.kl59 # Mapping according to https://www.kernel.org/doc/Documentation/input/gamepad.txt
67 # In kernel versions >= 4.10, the touchpad is a separate input device,
H A DVendor_0e6f_Product_02a4.kl47 # Mapping according to https://www.kernel.org/doc/Documentation/input/gamepad.txt
H A DVendor_1532_Product_0709.kl47 # Mapping according to https://www.kernel.org/doc/Documentation/input/gamepad.txt
/aosp14/frameworks/base/core/proto/android/service/
H A Dbattery.proto33 // Max current in microamperes. This may be 0 if the device's kernel drivers
36 // Max voltage. This may be 0 if the device's kernel drivers don't support
/aosp14/system/core/fs_mgr/
H A DTEST_MAPPING33 "kernel-presubmit": [
H A DREADME.overlayfs.md82 - The kernel requires **CONFIG_OVERLAY_FS=y**. If the kernel version is higher
90 is required. https://patchwork.kernel.org/patch/11117145/ is a start of that
/aosp14/frameworks/base/services/incremental/
H A DTEST_MAPPING40 "kernel-presubmit": [
/aosp14/frameworks/base/cmds/incident_helper/testdata/
H A Dps.txt3 u:r:kernel:s0 root 2 2 0 0 0 kthreadd 0 …
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/
H A DTEST_MAPPING46 "kernel-presubmit": [
/aosp14/frameworks/base/core/proto/android/os/
H A Dps.proto50 // Name of the kernel function in which the process is sleeping, a "-"
88 // bionic/libc/kernel/uapi/linux/sched.h.

1234567