Home
last modified time | relevance | path

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

/linux/include/linux/
A Dptrace.h409 #ifndef current_user_stack_pointer
410 #define current_user_stack_pointer() user_stack_pointer(current_pt_regs()) macro
A Dcompat.h96 #define compat_user_stack_pointer() current_user_stack_pointer()
/linux/arch/m68k/include/asm/
A Dptrace.h19 #define current_user_stack_pointer() rdusp() macro
/linux/arch/alpha/include/asm/
A Dptrace.h12 #define current_user_stack_pointer() rdusp() macro
/linux/arch/h8300/include/asm/
A Dptrace.h30 #define current_user_stack_pointer() rdusp() macro
/linux/arch/x86/include/asm/
A Dptrace.h181 #define current_user_stack_pointer() current_pt_regs()->sp macro
/linux/kernel/
A Dsignal.c4224 current_user_stack_pointer(), in SYSCALL_DEFINE2()
4236 (void)do_sigaltstack(&new, NULL, current_user_stack_pointer(), in restore_altstack()

Completed in 17 milliseconds