/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | ptrace.h | 80 * regs_within_kernel_stack() - check the address in the stack 84 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s). 87 static inline int regs_within_kernel_stack(struct pt_regs *regs, in regs_within_kernel_stack() function 109 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | ptrace.h | 86 * regs_within_kernel_stack() - check the address in the stack 90 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s). 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()
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | ptrace.h | 86 * regs_within_kernel_stack() - check the address in the stack 90 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s). 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()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | ptrace.h | 88 * 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, in regs_within_kernel_stack() function 117 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | ptrace.h | 89 * regs_within_kernel_stack() - check the address in the stack 93 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s). 96 static inline int regs_within_kernel_stack(struct pt_regs *regs, in regs_within_kernel_stack() function 118 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | ptrace.h | 78 * regs_within_kernel_stack() - check the address in the stack 82 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s). 85 static inline int regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 105 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | ptrace.h | 51 int regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr);
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | ptrace.h | 51 int regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr);
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ptrace.h | 287 * regs_within_kernel_stack() - check the address in the stack 291 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s). 295 static inline bool regs_within_kernel_stack(struct pt_regs *regs, in regs_within_kernel_stack() function 316 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | ptrace.h | 267 * regs_within_kernel_stack() - check the address in the stack 271 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s). 274 static inline int regs_within_kernel_stack(struct pt_regs *regs, in regs_within_kernel_stack() function 294 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth_addr()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | ptrace.h | 365 * regs_within_kernel_stack() - check the address in the stack 369 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s). 373 static inline bool regs_within_kernel_stack(struct pt_regs *regs, in regs_within_kernel_stack() function 394 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | ptrace.h | 274 * regs_within_kernel_stack() - check the address in the stack 278 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s). 281 static inline int regs_within_kernel_stack(struct pt_regs *regs, in regs_within_kernel_stack() function 301 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth_addr()
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | ptrace.c | 257 * regs_within_kernel_stack() - check the address in the stack 261 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s). 264 static bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 284 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | ptrace.h | 131 extern bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr);
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | ptrace.h | 130 extern bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr);
|
/kernel/linux/linux-6.6/arch/arc/include/asm/ |
H A D | ptrace.h | 157 extern bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr);
|
/kernel/linux/linux-5.10/arch/csky/kernel/ |
H A D | ptrace.c | 268 * regs_within_kernel_stack() - check the address in the stack 272 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s). 275 static bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 295 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/kernel/linux/linux-6.6/arch/csky/kernel/ |
H A D | ptrace.c | 268 * regs_within_kernel_stack() - check the address in the stack 272 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s). 275 static bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 295 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | ptrace.c | 386 bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 397 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | ptrace.c | 123 * regs_within_kernel_stack() - check the address in the stack 127 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s). 130 bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 149 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | ptrace.c | 761 * regs_within_kernel_stack() - check the address in the stack 765 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s). 768 int regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 789 if (!regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | ptrace.c | 123 * regs_within_kernel_stack() - check the address in the stack 127 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s). 130 bool regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 149 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | ptrace.c | 761 * regs_within_kernel_stack() - check the address in the stack 765 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s). 768 int regs_within_kernel_stack(struct pt_regs *regs, unsigned long addr) in regs_within_kernel_stack() function 789 if (!regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | ptrace_64.c | 1145 * regs_within_kernel_stack() - check the address in the stack 1149 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s). 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()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | ptrace_64.c | 1143 * regs_within_kernel_stack() - check the address in the stack 1147 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s). 1150 static inline int regs_within_kernel_stack(struct pt_regs *regs, in regs_within_kernel_stack() function 1172 if (regs_within_kernel_stack(regs, (unsigned long)addr)) in regs_get_kernel_stack_nth()
|