/aosp14/system/core/fastboot/ |
H A D | bootimg_utils.cpp | 50 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 D | bootimg_utils.h | 38 void mkbootimg(const std::vector<char>& kernel, const std::vector<char>& ramdisk,
|
/aosp14/system/core/llkd/ |
H A D | llkd.rc | 26 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 D | init-debug.rc | 11 mount debugfs debugfs /sys/kernel/debug 12 chmod 0755 /sys/kernel/debug 16 umount /sys/kernel/debug
|
H A D | init.rc | 17 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 D | Android.bp | 79 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 D | trace_config_multi_user.textproto | 47 # 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 D | README.ueventd.md | 28 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 D | TEST_MAPPING | 12 "kernel-presubmit": [
|
/aosp14/frameworks/base/data/keyboards/ |
H A D | Vendor_054c_Product_0ba0_Version_8111.kl | 58 # 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 D | Vendor_054c_Product_05c4_Version_8000.kl | 59 # 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 D | Vendor_054c_Product_05c4_Version_8100.kl | 59 # 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 D | Vendor_054c_Product_05c4_Version_8111.kl | 59 # 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 D | Vendor_054c_Product_09cc_Version_8000.kl | 59 # 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 D | Vendor_054c_Product_09cc_Version_8100.kl | 59 # 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 D | Vendor_054c_Product_09cc_Version_8111.kl | 59 # 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 D | Vendor_0e6f_Product_02a4.kl | 47 # Mapping according to https://www.kernel.org/doc/Documentation/input/gamepad.txt
|
H A D | Vendor_1532_Product_0709.kl | 47 # Mapping according to https://www.kernel.org/doc/Documentation/input/gamepad.txt
|
/aosp14/frameworks/base/core/proto/android/service/ |
H A D | battery.proto | 33 // 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 D | TEST_MAPPING | 33 "kernel-presubmit": [
|
H A D | README.overlayfs.md | 82 - 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 D | TEST_MAPPING | 40 "kernel-presubmit": [
|
/aosp14/frameworks/base/cmds/incident_helper/testdata/ |
H A D | ps.txt | 3 u:r:kernel:s0 root 2 2 0 0 0 kthreadd 0 …
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/ |
H A D | TEST_MAPPING | 46 "kernel-presubmit": [
|
/aosp14/frameworks/base/core/proto/android/os/ |
H A D | ps.proto | 50 // Name of the kernel function in which the process is sleeping, a "-" 88 // bionic/libc/kernel/uapi/linux/sched.h.
|