Home
last modified time | relevance | path

Searched defs:compat_user_stack_pointer (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/arch/x86/include/asm/
Dptrace.h182 #define compat_user_stack_pointer() current_pt_regs()->sp macro
/Linux-v5.15/arch/arm64/include/asm/
Dcompat.h107 #define compat_user_stack_pointer() (user_stack_pointer(task_pt_regs(current))) macro
/Linux-v5.15/include/linux/
Dcompat.h96 #define compat_user_stack_pointer() current_user_stack_pointer() macro