Home
last modified time | relevance | path

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

/linux/arch/um/kernel/skas/
H A Dsyscall.c23 UPT_SYSCALL_NR(r) = PT_SYSCALL_NR(r->gp); in handle_syscall()
33 syscall = UPT_SYSCALL_NR(r); in handle_syscall()
/linux/arch/x86/um/shared/sysdep/
H A Dptrace.h73 #define UPT_SYSCALL_NR(r) ((r)->syscall) macro
/linux/arch/x86/um/
H A Dptrace_32.c67 UPT_SYSCALL_NR(&child->thread.regs.regs) = value; in putreg()
H A Dptrace_64.c79 UPT_SYSCALL_NR(&child->thread.regs.regs) = value; in putreg()
/linux/arch/um/os-Linux/skas/
H A Dprocess.c492 UPT_SYSCALL_NR(regs) = -1; /* Assume: It's not a syscall */ in userspace()