Home
last modified time | relevance | path

Searched refs:__NR_kexec_load (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/extras/kexec_tools/
H A Dkexec.h21 return syscall(__NR_kexec_load, entry, nr_segments, segment, flags); in kexec_load()
/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dunistd_64.h267 #define __NR_kexec_load 246 macro
H A Dunistd_32.h301 #define __NR_kexec_load 283 macro
H A Dunistd_x32.h344 #define __NR_kexec_load (__X32_SYSCALL_BIT + 528) macro
/aosp12/bionic/libc/kernel/uapi/asm-generic/
H A Dunistd.h159 #define __NR_kexec_load 104 macro
/aosp12/bionic/libc/include/bits/
H A Dglibc-syscalls.h501 #if defined(__NR_kexec_load)
502 #define SYS_kexec_load __NR_kexec_load
/aosp12/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dunistd-common.h323 #define __NR_kexec_load (__NR_SYSCALL_BASE + 347) macro