| /Linux-v5.4/arch/alpha/include/asm/ |
| D | ptrace.h | 17 #define current_pt_regs() \ macro 19 #define signal_pt_regs current_pt_regs 21 #define force_successful_syscall_return() (current_pt_regs()->r0 = 0)
|
| /Linux-v5.4/arch/um/kernel/ |
| D | exec.c | 37 get_safe_registers(current_pt_regs()->regs.gp, in flush_thread() 38 current_pt_regs()->regs.fp); in flush_thread()
|
| /Linux-v5.4/arch/alpha/kernel/ |
| D | ptrace.c | 325 struct pt_regs *regs = current_pt_regs(); in syscall_trace_enter() 327 tracehook_report_syscall_entry(current_pt_regs())) in syscall_trace_enter() 330 return ret ?: current_pt_regs()->r0; in syscall_trace_enter() 336 audit_syscall_exit(current_pt_regs()); in syscall_trace_leave() 338 tracehook_report_syscall_exit(current_pt_regs(), 0); in syscall_trace_leave()
|
| /Linux-v5.4/include/linux/ |
| D | ptrace.h | 400 #ifndef current_pt_regs 401 #define current_pt_regs() task_pt_regs(current) macro 414 #define current_user_stack_pointer() user_stack_pointer(current_pt_regs())
|
| /Linux-v5.4/arch/sparc/include/asm/ |
| D | ptrace.h | 37 #define current_pt_regs() \ macro 140 #define current_pt_regs() \ macro
|
| /Linux-v5.4/arch/mips/kernel/ |
| D | syscall.c | 56 current_pt_regs()->regs[3] = fd[1]; in sysm_pipe() 183 regs = current_pt_regs(); in mips_atomic_set()
|
| D | signal_o32.c | 161 regs = current_pt_regs(); in sys32_rt_sigreturn() 263 regs = current_pt_regs(); in sys32_sigreturn()
|
| /Linux-v5.4/arch/arc/kernel/ |
| D | process.c | 46 struct pt_regs *regs = current_pt_regs(); in SYSCALL_DEFINE3() 182 struct pt_regs *regs = current_pt_regs(); in copy_thread()
|
| /Linux-v5.4/arch/hexagon/include/uapi/asm/ |
| D | ptrace.h | 36 #define current_pt_regs() \ macro
|
| /Linux-v5.4/arch/sparc/kernel/ |
| D | sys_sparc_32.c | 84 current_pt_regs()->u_regs[UREG_I1] = fd[1]; in SYSCALL_DEFINE0() 133 struct pt_regs *regs = current_pt_regs(); in SYSCALL_DEFINE0()
|
| /Linux-v5.4/arch/m68k/include/asm/ |
| D | ptrace.h | 17 #define current_pt_regs() \ macro
|
| /Linux-v5.4/arch/csky/include/asm/ |
| D | ptrace.h | 16 #define current_pt_regs() \ macro
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | ptrace.h | 163 #define current_user_stack_pointer() current_pt_regs()->sp 164 #define compat_user_stack_pointer() current_pt_regs()->sp
|
| /Linux-v5.4/arch/csky/kernel/ |
| D | syscall.c | 9 struct pt_regs *reg = current_pt_regs(); in SYSCALL_DEFINE1()
|
| D | process.c | 62 *childregs = *(current_pt_regs()); in copy_thread()
|
| /Linux-v5.4/arch/h8300/include/asm/ |
| D | ptrace.h | 27 #define current_pt_regs() ((struct pt_regs *) \ macro
|
| /Linux-v5.4/arch/nios2/include/asm/ |
| D | ptrace.h | 73 #define current_pt_regs() \ macro
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | process_32.c | 146 *childregs = *current_pt_regs(); in copy_thread_tls() 151 task_user_gs(p) = get_user_gs(current_pt_regs()); in copy_thread_tls()
|
| D | ioport.c | 118 struct pt_regs *regs = current_pt_regs(); in SYSCALL_DEFINE1()
|
| /Linux-v5.4/arch/s390/kernel/ |
| D | process.c | 130 frame->childregs = *current_pt_regs(); in copy_thread_tls() 235 struct pt_regs *regs = current_pt_regs(); in set_fs_fixup()
|
| /Linux-v5.4/arch/sh/kernel/ |
| D | sys_sh32.c | 33 current_pt_regs()->regs[1] = fd[1]; in sys_sh_pipe()
|
| D | traps_32.c | 612 struct pt_regs *regs = current_pt_regs(); in do_reserved_inst() 697 struct pt_regs *regs = current_pt_regs(); in do_illegal_slot_inst() 726 die_if_kernel("exception", current_pt_regs(), ex); in do_exception_error()
|
| /Linux-v5.4/arch/c6x/kernel/ |
| D | process.c | 124 *childregs = *current_pt_regs(); in copy_thread()
|
| /Linux-v5.4/arch/ia64/include/asm/ |
| D | ptrace.h | 86 #define current_user_stack_pointer() (current_pt_regs()->r12)
|
| /Linux-v5.4/arch/arc/include/asm/ |
| D | ptrace.h | 141 #define current_pt_regs() \ macro
|