Searched refs:kexec_file_load (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/yocto/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,
|
| /OK3568_Linux_fs/yocto/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 19 +<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 | 18 <x86_64,ppc64,s390x> long kexec_file_load(int, int, unsigned long, const char *, unsigned long);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/klibc/ |
| H A D | klibc.inc | 19 file://0001-klibc_2.0.4-add-kexec_file_load-syscall.patch \
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | sys_ni.c | 376 COND_SYSCALL(kexec_file_load);
|
| H A D | kexec_file.c | 329 SYSCALL_DEFINE5(kexec_file_load, int, kernel_fd, int, initrd_fd, in SYSCALL_DEFINE5() argument
|
| /OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 331 320 common kexec_file_load sys_kexec_file_load
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/x86/entry/syscalls/ |
| H A D | syscall_64.tbl | 331 320 common kexec_file_load sys_kexec_file_load
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/syscalls/ |
| H A D | syscall.tbl | 402 355 common kexec_file_load sys_kexec_file_load sys_kexec_file_load
|
| /OK3568_Linux_fs/kernel/arch/arm/tools/ |
| H A D | syscall.tbl | 418 401 common kexec_file_load sys_kexec_file_load
|
| /OK3568_Linux_fs/kernel/arch/parisc/ |
| H A D | Kconfig | 386 This enables the kexec_file_load() System call. This is
|
| /OK3568_Linux_fs/kernel/arch/s390/ |
| H A D | Kconfig | 523 bool "Verify kernel signature during kexec_file_load() syscall" 527 the kexec_file_load() syscall.
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/syscalls/ |
| H A D | syscall.tbl | 391 381 common kexec_file_load sys_kexec_file_load sys_kexec_file_load
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/syscalls/ |
| H A D | syscall.tbl | 474 382 nospu kexec_file_load sys_kexec_file_load
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/entry/syscalls/ |
| H A D | syscall.tbl | 468 382 nospu kexec_file_load sys_kexec_file_load
|
| /OK3568_Linux_fs/kernel/arch/x86/ |
| H A D | Kconfig | 2012 bool "Verify kernel signature during kexec_file_load() syscall" 2016 This option makes the kexec_file_load() syscall check for a valid 2026 bool "Require a valid signature in kexec_file_load() syscall" 2030 the kexec_file_load() syscall.
|
| /OK3568_Linux_fs/kernel/arch/arm64/ |
| H A D | Kconfig | 1219 bool "Verify kernel signature during kexec_file_load() syscall"
|