/linux/arch/sh/include/asm/ |
H A D | ptrace.h | 93 static inline int regs_within_kernel_stack(struct pt_regs *regs, in regs_within_kernel_stack() function 114 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/linux/arch/loongarch/include/asm/ |
H A D | ptrace.h | 85 static inline int regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 105 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/linux/arch/powerpc/include/asm/ |
H A D | ptrace.h | 373 static inline bool regs_within_kernel_stack(struct pt_regs *regs, in regs_within_kernel_stack() function 394 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/linux/arch/x86/include/asm/ |
H A D | ptrace.h | 359 static inline int regs_within_kernel_stack(struct pt_regs *regs, in regs_within_kernel_stack() function 379 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth_addr()
|
/linux/arch/parisc/include/asm/ |
H A D | ptrace.h | 51 int regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr);
|
/linux/arch/riscv/kernel/ |
H A D | ptrace.c | 309 static bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 329 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/linux/arch/arm/include/asm/ |
H A D | ptrace.h | 132 extern bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr);
|
/linux/arch/arc/include/asm/ |
H A D | ptrace.h | 159 extern bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr);
|
/linux/arch/csky/kernel/ |
H A D | ptrace.c | 275 static bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 295 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/linux/arch/arc/kernel/ |
H A D | ptrace.c | 386 bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 397 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/linux/arch/parisc/kernel/ |
H A D | ptrace.c | 768 int regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 789 if (!regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/linux/arch/arm/kernel/ |
H A D | ptrace.c | 130 bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 149 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/linux/arch/sparc/kernel/ |
H A D | ptrace_64.c | 1150 static inline int regs_within_kernel_stack(struct pt_regs *regs, in regs_within_kernel_stack() function 1172 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/linux/arch/s390/kernel/ |
H A D | ptrace.c | 1551 static int regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 1572 if (!regs_within_kernel_stack(regs, addr)) in regs_get_kernel_stack_nth()
|
/linux/arch/arm64/kernel/ |
H A D | ptrace.c | 122 static bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 143 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|