Home
last modified time | relevance | path

Searched refs:current_user_stack_pointer (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/arch/m68k/include/asm/
Dptrace.h19 #define current_user_stack_pointer() rdusp() macro
/Linux-v4.19/arch/alpha/include/asm/
Dptrace.h12 #define current_user_stack_pointer() rdusp() macro
/Linux-v4.19/include/linux/
Dptrace.h401 #ifndef current_user_stack_pointer
402 #define current_user_stack_pointer() user_stack_pointer(current_pt_regs()) macro
Dcompat.h97 #define compat_user_stack_pointer() current_user_stack_pointer()
/Linux-v4.19/arch/h8300/include/asm/
Dptrace.h30 #define current_user_stack_pointer() rdusp() macro
/Linux-v4.19/arch/ia64/include/asm/
Dptrace.h86 #define current_user_stack_pointer() (current_pt_regs()->r12) macro
/Linux-v4.19/arch/x86/include/asm/
Dptrace.h163 #define current_user_stack_pointer() current_pt_regs()->sp macro
/Linux-v4.19/kernel/
Dsignal.c3511 current_user_stack_pointer()); in SYSCALL_DEFINE2()
3522 (void)do_sigaltstack(&new, NULL, current_user_stack_pointer()); in restore_altstack()