/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | 0006-kexec-syscall.h-work-around-missing-syscall-wrapper.patch | 46 +extern long kexec_file_load(int kernel_fd, int initrd_fd, 50 +static inline long kexec_file_load(int kernel_fd, int initrd_fd, 58 static inline long kexec_file_load(int kernel_fd, int initrd_fd, 61 @@ -96,6 +116,7 @@ static inline long kexec_file_load(int kernel_fd, int initrd_fd,
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
H A D | 0001-klibc_2.0.4-add-kexec_file_load-syscall.patch | 4 Subject: [PATCH 1/1] klibc_2.0.4: add kexec_file_load syscall 21 +<x86_64,ppc64,s390x> long kexec_file_load(int, int, unsigned long, const char *, unsigned long);
|
H A D | 0001-klibc-add-getrandom-syscall.patch | 20 <x86_64,ppc64,s390x> long kexec_file_load(int, int, unsigned long, const char *, unsigned long);
|
/openbmc/linux/kernel/ |
H A D | Kconfig.kexec | 49 bool "Verify kernel signature during kexec_file_load() syscall" 53 This option makes the kexec_file_load() syscall check for a valid 63 bool "Require a valid signature in kexec_file_load() syscall" 68 the kexec_file_load() syscall. 134 For the kexec_file_load() syscall path, specify the maximum number of
|
H A D | sys_ni.c | 290 COND_SYSCALL(kexec_file_load);
|
H A D | kexec_file.c | 325 SYSCALL_DEFINE5(kexec_file_load, int, kernel_fd, int, initrd_fd, in SYSCALL_DEFINE5() argument
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/ |
H A D | klibc.inc | 18 file://0001-klibc_2.0.4-add-kexec_file_load-syscall.patch \
|
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 331 320 common kexec_file_load sys_kexec_file_load
|
/openbmc/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 331 320 common kexec_file_load sys_kexec_file_load
|
/openbmc/qemu/linux-user/x86_64/ |
H A D | syscall_64.tbl | 332 320 common kexec_file_load sys_kexec_file_load
|
/openbmc/qemu/linux-user/aarch64/ |
H A D | syscall_64.tbl | 345 294 common kexec_file_load sys_kexec_file_load
|
/openbmc/qemu/linux-user/loongarch64/ |
H A D | syscall.tbl | 345 294 common kexec_file_load sys_kexec_file_load
|
/openbmc/qemu/linux-user/openrisc/ |
H A D | syscall.tbl | 345 294 common kexec_file_load sys_kexec_file_load
|
/openbmc/qemu/linux-user/riscv/ |
H A D | syscall.tbl | 345 294 common kexec_file_load sys_kexec_file_load
|
/openbmc/qemu/linux-user/hexagon/ |
H A D | syscall.tbl | 345 294 common kexec_file_load sys_kexec_file_load
|
/openbmc/linux/arch/arm/tools/ |
H A D | syscall.tbl | 418 401 common kexec_file_load sys_kexec_file_load
|
/openbmc/linux/arch/parisc/kernel/syscalls/ |
H A D | syscall.tbl | 402 355 common kexec_file_load sys_kexec_file_load sys_kexec_file_load
|
/openbmc/qemu/linux-user/hppa/ |
H A D | syscall.tbl | 402 355 common kexec_file_load sys_kexec_file_load sys_kexec_file_load
|
/openbmc/qemu/linux-user/arm/ |
H A D | syscall.tbl | 419 401 common kexec_file_load sys_kexec_file_load
|
/openbmc/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 473 382 nospu kexec_file_load sys_kexec_file_load
|
/openbmc/linux/tools/perf/arch/s390/entry/syscalls/ |
H A D | syscall.tbl | 391 381 common kexec_file_load sys_kexec_file_load sys_kexec_file_load
|
/openbmc/linux/arch/s390/kernel/syscalls/ |
H A D | syscall.tbl | 391 381 common kexec_file_load sys_kexec_file_load sys_kexec_file_load
|
/openbmc/linux/arch/powerpc/kernel/syscalls/ |
H A D | syscall.tbl | 477 382 nospu kexec_file_load sys_kexec_file_load
|
/openbmc/qemu/linux-user/s390x/ |
H A D | syscall.tbl | 391 381 common kexec_file_load sys_kexec_file_load sys_kexec_file_load
|
/openbmc/qemu/linux-user/ppc/ |
H A D | syscall.tbl | 477 382 nospu kexec_file_load sys_kexec_file_load
|