Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/kernel/skas/
H A Dsyscall.c33 UPT_SYSCALL_NR(r) = PT_SYSCALL_NR(r->gp); in handle_syscall()
43 syscall = UPT_SYSCALL_NR(r); in handle_syscall()
/openbmc/linux/arch/um/include/asm/
H A Dptrace-generic.h26 #define PT_REGS_SYSCALL_NR(r) UPT_SYSCALL_NR(&(r)->regs)
/openbmc/linux/arch/x86/um/shared/sysdep/
H A Dptrace.h69 #define UPT_SYSCALL_NR(r) ((r)->syscall) macro
/openbmc/linux/arch/um/kernel/
H A Dptrace.c128 audit_syscall_entry(UPT_SYSCALL_NR(&regs->regs), in syscall_trace_enter()
/openbmc/linux/arch/x86/um/
H A Dptrace_64.c78 UPT_SYSCALL_NR(&child->thread.regs.regs) = value; in putreg()
H A Dptrace_32.c92 UPT_SYSCALL_NR(&child->thread.regs.regs) = value; in putreg()
/openbmc/linux/arch/um/os-Linux/skas/
H A Dprocess.c446 UPT_SYSCALL_NR(regs) = -1; /* Assume: It's not a syscall */ in userspace()