/arch/sparc/include/asm/ |
D | ptrace.h | 70 #define user_stack_pointer(regs) ((regs)->u_regs[UREG_FP]) macro 145 #define user_stack_pointer(regs) ((regs)->u_regs[UREG_FP]) macro
|
/arch/hexagon/include/uapi/asm/ |
D | ptrace.h | 28 #define user_stack_pointer(regs) ((regs)->r29) macro
|
/arch/microblaze/include/asm/ |
D | ptrace.h | 16 #define user_stack_pointer(regs) ((regs)->r1) macro
|
/arch/csky/kernel/ |
D | stacktrace.c | 23 sp = user_stack_pointer(regs); in walk_stackframe() 67 sp = user_stack_pointer(regs); in walk_stackframe()
|
/arch/riscv/kernel/ |
D | stacktrace.c | 40 sp = user_stack_pointer(regs); in walk_stackframe() 95 sp = user_stack_pointer(regs); in walk_stackframe()
|
/arch/nios2/include/asm/ |
D | ptrace.h | 70 #define user_stack_pointer(regs) ((regs)->sp) macro
|
/arch/openrisc/include/asm/ |
D | ptrace.h | 71 #define user_stack_pointer(regs) ((unsigned long)(regs)->sp) macro
|
/arch/parisc/include/asm/ |
D | ptrace.h | 20 #define user_stack_pointer(regs) ((regs)->gr[30]) macro
|
/arch/xtensa/include/asm/ |
D | ptrace.h | 102 #define user_stack_pointer(regs) ((regs)->areg[1]) macro
|
/arch/arm64/include/asm/ |
D | compat.h | 86 #define compat_user_stack_pointer() (user_stack_pointer(task_pt_regs(current)))
|
D | ptrace.h | 248 static inline unsigned long user_stack_pointer(struct pt_regs *regs) in user_stack_pointer() function
|
D | processor.h | 347 #define KSTK_ESP(tsk) user_stack_pointer(task_pt_regs(tsk))
|
/arch/csky/include/asm/ |
D | ptrace.h | 21 #define user_stack_pointer(regs) ((regs)->usp) macro
|
/arch/sh/include/asm/ |
D | ptrace.h | 34 static inline unsigned long user_stack_pointer(struct pt_regs *regs) in user_stack_pointer() function
|
/arch/ia64/include/asm/ |
D | ptrace.h | 60 static inline unsigned long user_stack_pointer(struct pt_regs *regs) in user_stack_pointer() function
|
/arch/x86/um/asm/ |
D | ptrace.h | 86 #define user_stack_pointer(regs) PT_REGS_SP(regs) macro
|
/arch/loongarch/include/asm/ |
D | ptrace.h | 181 static inline unsigned long user_stack_pointer(struct pt_regs *regs) in user_stack_pointer() function
|
/arch/riscv/include/asm/ |
D | ptrace.h | 83 static inline unsigned long user_stack_pointer(struct pt_regs *regs) in user_stack_pointer() function
|
/arch/mips/include/asm/ |
D | ptrace.h | 181 static inline unsigned long user_stack_pointer(struct pt_regs *regs) in user_stack_pointer() function
|
/arch/arm/include/asm/ |
D | ptrace.h | 157 static inline unsigned long user_stack_pointer(struct pt_regs *regs) in user_stack_pointer() function
|
/arch/arc/include/asm/ |
D | ptrace.h | 111 #define user_stack_pointer(regs)\ macro
|
/arch/s390/kernel/ |
D | uprobes.c | 158 return user_stack_pointer(regs) <= ret->stack; in arch_uretprobe_is_alive() 160 return user_stack_pointer(regs) < ret->stack; in arch_uretprobe_is_alive()
|
/arch/s390/include/asm/ |
D | ptrace.h | 214 #define user_stack_pointer(regs)((regs)->gprs[15]) macro
|
/arch/powerpc/include/asm/ |
D | ptrace.h | 216 static inline unsigned long user_stack_pointer(struct pt_regs *regs) in user_stack_pointer() function
|
/arch/x86/include/asm/ |
D | ptrace.h | 223 static inline unsigned long user_stack_pointer(struct pt_regs *regs) in user_stack_pointer() function
|