Searched refs:stub_syscall2 (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/um/shared/sysdep/ |
| H A D | stub_64.h | 43 static __always_inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2() function 147 stub_syscall2(__NR_arch_prctl, ARCH_SET_FS, arch->fs_base); in stub_seccomp_restore_state() 149 stub_syscall2(__NR_arch_prctl, ARCH_SET_GS, arch->gs_base); in stub_seccomp_restore_state()
|
| H A D | stub_32.h | 36 static __always_inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2() function
|
| /linux/arch/um/kernel/skas/ |
| H A D | stub_exe.c | 35 stub_syscall2(__NR_prctl, PR_SET_NAME, (unsigned long)"uml-userspace"); in real_init() 38 stub_syscall2(__NR_prctl, PR_SET_PDEATHSIG, SIGKILL); in real_init() 80 stub_syscall2(__NR_sigaltstack, (unsigned long)&stack, 0); in real_init() 209 stub_syscall2(__NR_kill, stub_syscall0(__NR_getpid), SIGSTOP); in real_init()
|
| H A D | stub.c | 63 res = stub_syscall2(__NR_munmap, in syscall_handler() 157 stub_syscall2(__NR_close, fd_map[--num_fds], 0); in stub_signal_interrupt()
|