Home
last modified time | relevance | path

Searched refs:stub_syscall2 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/um/shared/sysdep/
H A Dstub_64.h43 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 Dstub_32.h36 static __always_inline long stub_syscall2(long syscall, long arg1, long arg2) in stub_syscall2() function
/linux/arch/um/kernel/skas/
H A Dstub_exe.c35 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 Dstub.c63 res = stub_syscall2(__NR_munmap, in syscall_handler()
157 stub_syscall2(__NR_close, fd_map[--num_fds], 0); in stub_signal_interrupt()