Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dcompat.h86 #define compat_user_stack_pointer() (user_stack_pointer(task_pt_regs(current))) macro
/openbmc/linux/arch/x86/include/asm/
H A Dptrace.h182 #define compat_user_stack_pointer() current_pt_regs()->sp macro
/openbmc/linux/include/linux/
H A Dcompat.h95 #ifndef compat_user_stack_pointer
96 #define compat_user_stack_pointer() current_user_stack_pointer() macro
/openbmc/linux/kernel/
H A Dsignal.c4313 compat_user_stack_pointer(), in do_compat_sigaltstack()