Home
last modified time | relevance | path

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

/linux-6.1.9/arch/m68k/include/asm/
Dptrace.h19 #define current_user_stack_pointer() rdusp() macro
/linux-6.1.9/arch/alpha/include/asm/
Dptrace.h12 #define current_user_stack_pointer() rdusp() macro
/linux-6.1.9/include/linux/
Dptrace.h401 #ifndef current_user_stack_pointer
402 #define current_user_stack_pointer() user_stack_pointer(current_pt_regs()) macro
Dcompat.h96 #define compat_user_stack_pointer() current_user_stack_pointer()
/linux-6.1.9/arch/x86/include/asm/
Dptrace.h181 #define current_user_stack_pointer() current_pt_regs()->sp macro
/linux-6.1.9/kernel/
Dsignal.c4234 current_user_stack_pointer(), in SYSCALL_DEFINE2()
4246 (void)do_sigaltstack(&new, NULL, current_user_stack_pointer(), in restore_altstack()