Searched refs:regs_within_kernel_stack (Results 1 – 7 of 7) sorted by relevance
| /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/mips/include/asm/ |
| H A D | ptrace.h | 97 static inline int regs_within_kernel_stack(struct pt_regs *regs, in regs_within_kernel_stack() function 119 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
| /linux/arch/parisc/include/asm/ |
| H A D | ptrace.h | 52 int regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr);
|
| /linux/arch/powerpc/include/asm/ |
| H A D | ptrace.h | 370 static inline bool regs_within_kernel_stack(struct pt_regs *regs, in regs_within_kernel_stack() function 391 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);
|