Searched refs:stub_syscall3 (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/um/kernel/skas/ |
| H A D | stub_exe.c | 44 res = stub_syscall3(__NR_read, 0, in real_init() 53 stub_syscall3(__NR_fcntl, 0, F_SETFL, O_NONBLOCK); in real_init() 73 res = stub_syscall3(__NR_close_range, 1, ~0U, 0); in real_init() 200 if (stub_syscall3(__NR_seccomp, SECCOMP_SET_MODE_FILTER, in real_init()
|
| H A D | stub.c | 124 res = stub_syscall3(__NR_futex, (unsigned long)&d->futex, in stub_signal_interrupt() 139 res = stub_syscall3(__NR_recvmsg, 0, (unsigned long)&msghdr, 0); in stub_signal_interrupt()
|
| /linux/arch/x86/um/shared/sysdep/ |
| H A D | stub_32.h | 47 static __always_inline long stub_syscall3(long syscall, long arg1, long arg2, in stub_syscall3() function
|
| H A D | stub_64.h | 54 static __always_inline long stub_syscall3(long syscall, long arg1, long arg2, in stub_syscall3() function
|
| /linux/arch/um/os-Linux/ |
| H A D | start_up.c | 270 if (stub_syscall3(__NR_close_range, 1, ~0U, 0)) in seccomp_helper()
|