Searched refs:current_user_stack_pointer (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/arch/cris/include/asm/
H A Dptrace.h12 #define current_user_stack_pointer() rdusp() macro
/linux-4.4.14/arch/alpha/include/asm/
H A Dptrace.h11 #define current_user_stack_pointer() rdusp() macro
/linux-4.4.14/arch/m68k/include/asm/
H A Dptrace.h18 #define current_user_stack_pointer() rdusp() macro
/linux-4.4.14/arch/h8300/include/asm/
H A Dptrace.h27 #define current_user_stack_pointer() rdusp() macro
/linux-4.4.14/arch/blackfin/include/asm/
H A Dptrace.h20 #define current_user_stack_pointer() rdusp() macro
/linux-4.4.14/arch/ia64/include/asm/
H A Dptrace.h85 #define current_user_stack_pointer() (current_pt_regs()->r12) macro
/linux-4.4.14/include/linux/
H A Dptrace.h401 #ifndef current_user_stack_pointer
402 #define current_user_stack_pointer() user_stack_pointer(current_pt_regs()) macro
H A Dcompat.h59 #define compat_user_stack_pointer() current_user_stack_pointer()
/linux-4.4.14/arch/x86/include/asm/
H A Dptrace.h139 #define current_user_stack_pointer() current_pt_regs()->sp macro
/linux-4.4.14/kernel/
H A Dsignal.c3157 return do_sigaltstack(uss, uoss, current_user_stack_pointer()); SYSCALL_DEFINE2()
3162 int err = do_sigaltstack(uss, NULL, current_user_stack_pointer()); restore_altstack()

Completed in 339 milliseconds