Searched refs:kexec_file_load (Results 1 – 20 of 20) sorted by relevance
/linux/tools/testing/selftests/kho/ |
H A D | init.c | 46 static long kexec_file_load(int kernel_fd, int initrd_fd, in kexec_file_load() function 75 err = kexec_file_load(fd, -1, len, cmdline, KEXEC_FILE_NO_INITRAMFS); in kexec_load()
|
/linux/kernel/ |
H A D | Kconfig.kexec | 50 bool "Verify kernel signature during kexec_file_load() syscall" 54 This option makes the kexec_file_load() syscall check for a valid 64 bool "Require a valid signature in kexec_file_load() syscall" 69 the kexec_file_load() syscall. 169 For the kexec_file_load() syscall path, specify the maximum number of
|
H A D | sys_ni.c | 293 COND_SYSCALL(kexec_file_load);
|
H A D | kexec_file.c | 363 SYSCALL_DEFINE5(kexec_file_load, int, kernel_fd, int, initrd_fd, in SYSCALL_DEFINE5() argument
|
/linux/scripts/ |
H A D | syscall.tbl | 345 294 common kexec_file_load sys_kexec_file_load
|
/linux/tools/scripts/ |
H A D | syscall.tbl | 345 294 common kexec_file_load sys_kexec_file_load
|
/linux/tools/perf/arch/arm64/entry/syscalls/ |
H A D | syscall_64.tbl | 345 294 common kexec_file_load sys_kexec_file_load
|
H A D | syscall_32.tbl | 416 401 common kexec_file_load sys_kexec_file_load
|
/linux/arch/arm64/tools/ |
H A D | syscall_64.tbl | 345 294 common kexec_file_load sys_kexec_file_load
|
H A D | syscall_32.tbl | 416 401 common kexec_file_load sys_kexec_file_load
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 332 320 common kexec_file_load sys_kexec_file_load
|
/linux/tools/perf/arch/parisc/entry/syscalls/ |
H A D | syscall.tbl | 402 355 common kexec_file_load sys_kexec_file_load sys_kexec_file_load
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 332 320 common kexec_file_load sys_kexec_file_load
|
/linux/arch/arm/tools/ |
H A D | syscall.tbl | 419 401 common kexec_file_load sys_kexec_file_load
|
/linux/tools/perf/arch/arm/entry/syscalls/ |
H A D | syscall.tbl | 419 401 common kexec_file_load sys_kexec_file_load
|
/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
|
/linux/arch/s390/kernel/syscalls/ |
H A D | syscall.tbl | 391 381 common kexec_file_load sys_kexec_file_load sys_kexec_file_load
|
/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 477 382 nospu kexec_file_load sys_kexec_file_load
|
/linux/arch/powerpc/kernel/syscalls/ |
H A D | syscall.tbl | 477 382 nospu kexec_file_load sys_kexec_file_load
|
/linux/Documentation/admin-guide/sysctl/ |
H A D | kernel.rst | 522 ``kexec_file_load`` have been disabled. 536 ``kexec_load`` and ``kexec_file_load`` can be called with a crash
|