Home
last modified time | relevance | path

Searched refs:current_pt_regs (Results 1 – 25 of 68) sorted by relevance

123

/arch/um/kernel/
A Dexec.c27 get_safe_registers(current_pt_regs()->regs.gp, in flush_thread()
28 current_pt_regs()->regs.fp); in flush_thread()
/arch/alpha/include/asm/
A Dptrace.h17 #define current_pt_regs() \ macro
20 #define force_successful_syscall_return() (current_pt_regs()->r0 = 0)
/arch/nios2/include/asm/
A Dptrace.h73 #define current_pt_regs() \ macro
77 #define force_successful_syscall_return() (current_pt_regs()->orig_r2 = -1)
/arch/alpha/kernel/
A Dptrace.c325 struct pt_regs *regs = current_pt_regs(); in syscall_trace_enter()
327 ptrace_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 ptrace_report_syscall_exit(current_pt_regs(), 0); in syscall_trace_leave()
/arch/sparc/include/asm/
A Dptrace.h37 #define current_pt_regs() \ macro
140 #define current_pt_regs() \ macro
A Dcompat.h155 return pt_regs_trap_type(current_pt_regs()) == 0x110; in in_compat_syscall()
/arch/hexagon/include/asm/
A Dptrace.h17 #define current_pt_regs() \ macro
/arch/mips/kernel/
A Dsyscall.c58 current_pt_regs()->regs[3] = fd[1]; in sysm_pipe()
185 regs = current_pt_regs(); in mips_atomic_set()
A Dsignal_o32.c162 regs = current_pt_regs(); in sys32_rt_sigreturn()
264 regs = current_pt_regs(); in sys32_sigreturn()
A Dsignal_n32.c58 regs = current_pt_regs(); in sysn32_rt_sigreturn()
/arch/m68k/include/asm/
A Dptrace.h17 #define current_pt_regs() \ macro
/arch/arc/kernel/
A Dprocess.c48 struct pt_regs *regs = current_pt_regs(); in SYSCALL_DEFINE3()
176 struct pt_regs *regs = current_pt_regs(); in copy_thread()
/arch/csky/kernel/
A Dsyscall.c9 struct pt_regs *reg = current_pt_regs(); in SYSCALL_DEFINE1()
A Dprocess.c58 *childregs = *(current_pt_regs()); in copy_thread()
/arch/sparc/kernel/
A Dsys_sparc_32.c92 current_pt_regs()->u_regs[UREG_I1] = fd[1]; in SYSCALL_DEFINE0()
141 struct pt_regs *regs = current_pt_regs(); in SYSCALL_DEFINE0()
/arch/s390/include/asm/
A Dentry-common.h49 pai_kernel_exit(current_pt_regs()); in arch_exit_to_user_mode()
/arch/sh/kernel/
A Dsys_sh32.c33 current_pt_regs()->regs[1] = fd[1]; in sys_sh_pipe()
A Dtraps_32.c619 struct pt_regs *regs = current_pt_regs(); in do_reserved_inst()
704 struct pt_regs *regs = current_pt_regs(); in do_illegal_slot_inst()
733 die_if_kernel("exception", current_pt_regs(), ex); in do_exception_error()
/arch/csky/include/asm/
A Dptrace.h18 #define current_pt_regs() \ macro
/arch/x86/include/asm/
A Dptrace.h259 #define current_user_stack_pointer() current_pt_regs()->sp
260 #define compat_user_stack_pointer() current_pt_regs()->sp
/arch/hexagon/kernel/
A Dprocess.c86 memcpy(childregs, current_pt_regs(), sizeof(*childregs)); in copy_thread()
/arch/loongarch/include/asm/
A Dptrace.h173 #define current_pt_regs() \ macro
/arch/mips/include/asm/
A Dptrace.h174 #define current_pt_regs() \ macro
/arch/arm/include/asm/
A Dptrace.h164 #define current_pt_regs(void) ({ (struct pt_regs *) \ macro
/arch/openrisc/kernel/
A Dprocess.c193 *userregs = *current_pt_regs(); in copy_thread()

Completed in 43 milliseconds

123