| /Linux-v5.4/arch/sparc/include/asm/ | 
| D | ptrace.h | 70 #define user_stack_pointer(regs) ((regs)->u_regs[UREG_FP])  macro145 #define user_stack_pointer(regs) ((regs)->u_regs[UREG_FP])  macro
 
 | 
| /Linux-v5.4/arch/riscv/kernel/ | 
| D | stacktrace.c | 29 		sp = user_stack_pointer(regs);  in walk_stackframe()73 		sp = user_stack_pointer(regs);  in walk_stackframe()
 
 | 
| /Linux-v5.4/arch/hexagon/include/uapi/asm/ | 
| D | ptrace.h | 28 #define user_stack_pointer(regs) ((regs)->r29)  macro
 | 
| /Linux-v5.4/arch/microblaze/include/asm/ | 
| D | ptrace.h | 19 #define user_stack_pointer(regs)	((regs)->r1)  macro
 | 
| /Linux-v5.4/arch/c6x/include/asm/ | 
| D | ptrace.h | 24 #define user_stack_pointer(regs) ((regs)->sp)  macro
 | 
| /Linux-v5.4/arch/csky/include/asm/ | 
| D | ptrace.h | 19 #define user_stack_pointer(regs) ((regs)->usp)  macro
 | 
| /Linux-v5.4/arch/unicore32/include/asm/ | 
| D | ptrace.h | 54 #define user_stack_pointer(regs)	((regs)->UCreg_sp)  macro
 | 
| /Linux-v5.4/arch/h8300/include/asm/ | 
| D | ptrace.h | 26 #define user_stack_pointer(regs) ((regs)->sp)  macro
 | 
| /Linux-v5.4/arch/nios2/include/asm/ | 
| D | ptrace.h | 70 #define user_stack_pointer(regs)	((regs)->sp)  macro
 | 
| /Linux-v5.4/arch/parisc/include/asm/ | 
| D | ptrace.h | 20 #define user_stack_pointer(regs)	((regs)->gr[30])  macro
 | 
| /Linux-v5.4/arch/openrisc/include/asm/ | 
| D | ptrace.h | 71 #define user_stack_pointer(regs)	((unsigned long)(regs)->sp)  macro
 | 
| /Linux-v5.4/arch/nds32/include/asm/ | 
| D | ptrace.h | 72 #define user_stack_pointer(regs)	((regs)->sp)  macro
 | 
| D | processor.h | 100 #define KSTK_ESP(tsk)	user_stack_pointer(task_pt_regs(tsk))
 | 
| /Linux-v5.4/arch/xtensa/include/asm/ | 
| D | ptrace.h | 103 #define user_stack_pointer(regs) ((regs)->areg[1])  macro
 | 
| /Linux-v5.4/lib/ | 
| D | syscall.c | 25 	info->sp = user_stack_pointer(regs);  in collect_syscall()
 | 
| /Linux-v5.4/arch/riscv/include/asm/ | 
| D | ptrace.h | 78 static inline unsigned long user_stack_pointer(struct pt_regs *regs)  in user_stack_pointer()  function
 | 
| /Linux-v5.4/arch/sh/include/asm/ | 
| D | ptrace.h | 34 static inline unsigned long user_stack_pointer(struct pt_regs *regs)  in user_stack_pointer()  function
 | 
| /Linux-v5.4/arch/ia64/include/asm/ | 
| D | ptrace.h | 55 static inline unsigned long user_stack_pointer(struct pt_regs *regs)  in user_stack_pointer()  function
 | 
| /Linux-v5.4/arch/arc/include/asm/ | 
| D | ptrace.h | 121 #define user_stack_pointer(regs)\  macro
 | 
| /Linux-v5.4/arch/x86/um/asm/ | 
| D | ptrace.h | 86 #define user_stack_pointer(regs) PT_REGS_SP(regs)  macro
 | 
| /Linux-v5.4/arch/s390/include/asm/ | 
| D | ptrace.h | 163 #define user_stack_pointer(regs)((regs)->gprs[15])  macro
 | 
| /Linux-v5.4/arch/mips/include/asm/ | 
| D | ptrace.h | 178 static inline unsigned long user_stack_pointer(struct pt_regs *regs)  in user_stack_pointer()  function
 | 
| /Linux-v5.4/arch/arm/include/asm/ | 
| D | ptrace.h | 158 static inline unsigned long user_stack_pointer(struct pt_regs *regs)  in user_stack_pointer()  function
 | 
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | ptrace.h | 125 static inline unsigned long user_stack_pointer(struct pt_regs *regs)  in user_stack_pointer()  function
 | 
| /Linux-v5.4/arch/s390/kernel/ | 
| D | uprobes.c | 157 		return user_stack_pointer(regs) <= ret->stack;  in arch_uretprobe_is_alive()159 		return user_stack_pointer(regs) < ret->stack;  in arch_uretprobe_is_alive()
 
 |