Home
last modified time | relevance | path

Searched refs:TREG_SYSCALL_NR (Results 1 – 6 of 6) sorted by relevance

/arch/tile/kernel/
Dptrace.c270 regs->regs[TREG_SYSCALL_NR] = -1; in do_syscall_trace_enter()
274 trace_sys_enter(regs, regs->regs[TREG_SYSCALL_NR]); in do_syscall_trace_enter()
276 return regs->regs[TREG_SYSCALL_NR]; in do_syscall_trace_enter()
Dsignal.c285 regs->regs[TREG_SYSCALL_NR] = __NR_restart_syscall; in do_signal()
Dintvec_64.S35 #define PTREGS_OFFSET_SYSCALL PTREGS_OFFSET_REG(TREG_SYSCALL_NR)
Dintvec_32.S33 #define PTREGS_OFFSET_SYSCALL PTREGS_OFFSET_REG(TREG_SYSCALL_NR)
/arch/tile/include/uapi/arch/
Dabi.h117 #define TREG_SYSCALL_NR 10 macro
/arch/tile/include/asm/
Dsyscall.h40 return regs->regs[TREG_SYSCALL_NR]; in syscall_get_nr()