Home
last modified time | relevance | path

Searched defs:kexec_load (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/
H A Dkexec.c242 SYSCALL_DEFINE4(kexec_load, unsigned long, entry, unsigned long, nr_segments, in SYSCALL_DEFINE4() argument
268 COMPAT_SYSCALL_DEFINE4(kexec_load, compat_ulong_t, entry, in COMPAT_SYSCALL_DEFINE4() argument
/linux/tools/testing/selftests/kho/
H A Dinit.c54 static int kexec_load(void) in kexec_load() function