Searched refs:stub_syscall4 (Results 1 – 3 of 3) sorted by relevance
/linux/arch/um/kernel/skas/ |
H A D | stub_exe.c | 89 res = stub_syscall4(__NR_rt_sigaction, SIGSEGV, in real_init() 97 res = stub_syscall4(__NR_rt_sigaction, SIGSEGV, in real_init() 102 res = stub_syscall4(__NR_rt_sigaction, SIGSYS, in real_init() 107 res = stub_syscall4(__NR_rt_sigaction, SIGALRM, in real_init() 112 res = stub_syscall4(__NR_rt_sigaction, SIGTRAP, in real_init() 117 res = stub_syscall4(__NR_rt_sigaction, SIGILL, in real_init() 122 res = stub_syscall4(__NR_rt_sigaction, SIGFPE, in real_init() 207 stub_syscall4(__NR_ptrace, PTRACE_TRACEME, 0, 0, 0); in real_init()
|
H A D | stub.c | 129 res = stub_syscall4(__NR_futex, (unsigned long)&d->futex, in stub_signal_interrupt()
|
/linux/arch/x86/um/shared/sysdep/ |
H A D | stub_64.h | 67 static __always_inline long stub_syscall4(long syscall, long arg1, long arg2, long arg3, in stub_syscall4() function
|