Searched refs:regs_within_kernel_stack (Results 1 - 6 of 6) sorted by relevance

/arch/sh/include/asm/
H A Dptrace.h62 * regs_within_kernel_stack() - check the address in the stack
66 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s).
69 static inline int regs_within_kernel_stack(struct pt_regs *regs, function
90 if (regs_within_kernel_stack(regs, (unsigned long)addr))
/arch/powerpc/include/asm/
H A Dptrace.h181 * regs_within_kernel_stack() - check the address in the stack
185 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s).
189 static inline bool regs_within_kernel_stack(struct pt_regs *regs, function
210 if (regs_within_kernel_stack(regs, (unsigned long)addr))
/arch/x86/include/asm/
H A Dptrace.h196 * regs_within_kernel_stack() - check the address in the stack
200 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s).
203 static inline int regs_within_kernel_stack(struct pt_regs *regs, function
224 if (regs_within_kernel_stack(regs, (unsigned long)addr))
/arch/arm/include/asm/
H A Dptrace.h125 extern bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr);
/arch/arm/kernel/
H A Dptrace.c126 * regs_within_kernel_stack() - check the address in the stack
130 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s).
133 bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) function
152 if (regs_within_kernel_stack(regs, (unsigned long)addr))
/arch/s390/kernel/
H A Dptrace.c1494 static int regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) function
1515 if (!regs_within_kernel_stack(regs, addr))

Completed in 697 milliseconds