Home
last modified time | relevance | path

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 D0006-kexec-syscall.h-work-around-missing-syscall-wrapper.patch46 +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 D0001-klibc_2.0.4-add-kexec_file_load-syscall.patch4 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 D0001-klibc-add-getrandom-syscall.patch18 <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 Dklibc.inc19 file://0001-klibc_2.0.4-add-kexec_file_load-syscall.patch \
/OK3568_Linux_fs/kernel/kernel/
H A Dsys_ni.c376 COND_SYSCALL(kexec_file_load);
H A Dkexec_file.c329 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 Dsyscall_64.tbl331 320 common kexec_file_load sys_kexec_file_load
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl331 320 common kexec_file_load sys_kexec_file_load
/OK3568_Linux_fs/kernel/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl402 355 common kexec_file_load sys_kexec_file_load sys_kexec_file_load
/OK3568_Linux_fs/kernel/arch/arm/tools/
H A Dsyscall.tbl418 401 common kexec_file_load sys_kexec_file_load
/OK3568_Linux_fs/kernel/arch/parisc/
H A DKconfig386 This enables the kexec_file_load() System call. This is
/OK3568_Linux_fs/kernel/arch/s390/
H A DKconfig523 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 Dsyscall.tbl391 381 common kexec_file_load sys_kexec_file_load sys_kexec_file_load
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/syscalls/
H A Dsyscall.tbl474 382 nospu kexec_file_load sys_kexec_file_load
/OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl468 382 nospu kexec_file_load sys_kexec_file_load
/OK3568_Linux_fs/kernel/arch/x86/
H A DKconfig2012 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 DKconfig1219 bool "Verify kernel signature during kexec_file_load() syscall"