Searched refs:regs_within_kernel_stack (Results 1 – 7 of 7) sorted by relevance
/arch/sh/include/asm/ |
D | ptrace.h | 69 static inline int regs_within_kernel_stack(struct pt_regs *regs, in regs_within_kernel_stack() function 90 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/arch/mips/include/asm/ |
D | ptrace.h | 100 static inline int regs_within_kernel_stack(struct pt_regs *regs, in regs_within_kernel_stack() function 122 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/arch/powerpc/include/asm/ |
D | ptrace.h | 189 static inline bool regs_within_kernel_stack(struct pt_regs *regs, in regs_within_kernel_stack() function 210 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/arch/x86/include/asm/ |
D | ptrace.h | 201 static inline int regs_within_kernel_stack(struct pt_regs *regs, in regs_within_kernel_stack() function 222 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth_addr()
|
/arch/arm/include/asm/ |
D | ptrace.h | 125 extern bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr);
|
/arch/arm/kernel/ |
D | ptrace.c | 133 bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 152 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/arch/s390/kernel/ |
D | ptrace.c | 1475 static int regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 1496 if (!regs_within_kernel_stack(regs, addr)) in regs_get_kernel_stack_nth()
|