Lines Matching defs:addr
90 * @addr: address which is checked.
92 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s).
93 * If @addr is within the kernel stack, it returns true. If not, returns false.
96 unsigned long addr)
98 return ((addr & ~(THREAD_SIZE - 1)) ==
114 unsigned long *addr = (unsigned long *)kernel_stack_pointer(regs);
116 addr += n;
117 if (regs_within_kernel_stack(regs, (unsigned long)addr))
118 return *addr;
134 struct pt_watch_regs __user *addr);
136 struct pt_watch_regs __user *addr);