Searched refs:stub_syscall2 (Results 1 – 4 of 4) sorted by relevance
/linux/arch/um/kernel/skas/ |
H A D | stub_exe.c | 33 stub_syscall2(__NR_prctl, PR_SET_NAME, (unsigned long)"uml-userspace"); in real_init() 36 stub_syscall2(__NR_prctl, PR_SET_PDEATHSIG, SIGKILL); in real_init() 64 stub_syscall2(__NR_sigaltstack, (unsigned long)&stack, 0); in real_init() 75 stub_syscall2(__NR_kill, stub_syscall0(__NR_getpid), SIGSTOP); in real_init()
|
H A D | stub.c | 30 res = stub_syscall2(__NR_munmap, in syscall_handler()
|
/linux/arch/x86/um/shared/sysdep/ |
H A D | stub_32.h | 36 static __always_inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2() function
|
H A D | stub_64.h | 42 static __always_inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2() function
|