Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Dptrace.h19 #define current_user_stack_pointer() rdusp() macro
/openbmc/linux/arch/alpha/include/asm/
H A Dptrace.h12 #define current_user_stack_pointer() rdusp() macro
/openbmc/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
H A Dcompat.h96 #define compat_user_stack_pointer() current_user_stack_pointer()
/openbmc/linux/arch/x86/include/asm/
H A Dptrace.h181 #define current_user_stack_pointer() current_pt_regs()->sp macro
/openbmc/linux/kernel/
H A Dsignal.c4279 current_user_stack_pointer(), in SYSCALL_DEFINE2()
4291 (void)do_sigaltstack(&new, NULL, current_user_stack_pointer(), in restore_altstack()