Searched defs:regs_within_kernel_stack (Results 1 - 5 of 5) sorted by relevance

/arch/sh/include/asm/
H A Dptrace.h88 * regs_within_kernel_stack() - check the address in the stack
92 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s).
95 static inline int regs_within_kernel_stack(struct pt_regs *regs, function
116 if (regs_within_kernel_stack(regs, (unsigned long)addr))
/arch/x86/include/asm/
H A Dptrace.h253 * regs_within_kernel_stack() - check the address in the stack
257 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s).
260 static inline int regs_within_kernel_stack(struct pt_regs *regs, function
281 if (regs_within_kernel_stack(regs, (unsigned long)addr))
/arch/arm/kernel/
H A Dptrace.c121 * regs_within_kernel_stack() - check the address in the stack
125 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s).
128 bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) function
147 if (regs_within_kernel_stack(regs, (unsigned long)addr))
/arch/s390/kernel/
H A Dptrace.c1213 static int regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) function
1234 if (!regs_within_kernel_stack(regs, addr))
/arch/powerpc/include/asm/
H A Dptrace.h186 * regs_within_kernel_stack() - check the address in the stack
190 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s).
194 static inline bool regs_within_kernel_stack(struct pt_regs *regs, function
215 if (regs_within_kernel_stack(regs, (unsigned long)addr))

Completed in 434 milliseconds