Home
last modified time | relevance | path

Searched refs:stub_syscall3 (Results 1 – 5 of 5) sorted by relevance

/linux/arch/um/kernel/skas/
H A Dstub_exe.c44 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 Dstub.c124 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 Dstub_32.h47 static __always_inline long stub_syscall3(long syscall, long arg1, long arg2, in stub_syscall3() function
H A Dstub_64.h54 static __always_inline long stub_syscall3(long syscall, long arg1, long arg2, in stub_syscall3() function
/linux/arch/um/os-Linux/
H A Dstart_up.c270 if (stub_syscall3(__NR_close_range, 1, ~0U, 0)) in seccomp_helper()