Searched refs:regs_within_kernel_stack (Results  1 – 6 of 6) sorted by relevance
| /linux-4.1.27/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()
  | 
| /linux-4.1.27/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()
  | 
| /linux-4.1.27/arch/x86/include/asm/ | 
| D | ptrace.h | 198 static inline int regs_within_kernel_stack(struct pt_regs *regs,  in regs_within_kernel_stack()  function 219 	if (regs_within_kernel_stack(regs, (unsigned long)addr))  in regs_get_kernel_stack_nth()
  | 
| /linux-4.1.27/arch/arm/include/asm/ | 
| D | ptrace.h | 125 extern bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr);
  | 
| /linux-4.1.27/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()
  | 
| /linux-4.1.27/arch/s390/kernel/ | 
| D | ptrace.c | 1509 static int regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr)  in regs_within_kernel_stack()  function 1530 	if (!regs_within_kernel_stack(regs, addr))  in regs_get_kernel_stack_nth()
  |