Searched refs:regs_within_kernel_stack (Results 1 – 13 of 13) sorted by relevance
/linux/arch/sh/include/asm/ |
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/mips/include/asm/ |
A D | ptrace.h | 95 static inline int regs_within_kernel_stack(struct pt_regs *regs, in regs_within_kernel_stack() function 117 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/linux/arch/x86/include/asm/ |
A D | ptrace.h | 277 static inline int regs_within_kernel_stack(struct pt_regs *regs, in regs_within_kernel_stack() function 297 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth_addr()
|
/linux/arch/riscv/kernel/ |
A D | ptrace.c | 194 static bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 214 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/linux/arch/powerpc/include/asm/ |
A D | ptrace.h | 354 static inline bool regs_within_kernel_stack(struct pt_regs *regs, in regs_within_kernel_stack() function 375 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/linux/arch/parisc/include/asm/ |
A D | ptrace.h | 51 int regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr);
|
/linux/arch/arm/include/asm/ |
A D | ptrace.h | 130 extern bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr);
|
/linux/arch/csky/kernel/ |
A D | ptrace.c | 276 static bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 296 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/linux/arch/arm/kernel/ |
A D | ptrace.c | 131 bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 150 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/linux/arch/parisc/kernel/ |
A D | ptrace.c | 755 int regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 776 if (!regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/linux/arch/sparc/kernel/ |
A D | ptrace_64.c | 1152 static inline int regs_within_kernel_stack(struct pt_regs *regs, in regs_within_kernel_stack() function 1174 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/linux/arch/s390/kernel/ |
A D | ptrace.c | 1601 static int regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 1622 if (!regs_within_kernel_stack(regs, addr)) in regs_get_kernel_stack_nth()
|
/linux/arch/arm64/kernel/ |
A D | ptrace.c | 121 static bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 142 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
Completed in 46 milliseconds