Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Dptrace.h19 #define current_user_stack_pointer() rdusp() macro
/linux/arch/alpha/include/asm/
H A Dptrace.h12 #define current_user_stack_pointer() rdusp() macro
/linux/include/linux/
H A Dptrace.h392 #ifndef current_user_stack_pointer
393 #define current_user_stack_pointer() user_stack_pointer(current_pt_regs()) macro
/linux/kernel/
H A Dsignal.c4453 current_user_stack_pointer(), in SYSCALL_DEFINE2()
4465 (void)do_sigaltstack(&new, NULL, current_user_stack_pointer(), in restore_altstack()