Lines Matching defs:addr
91 * @addr: address which is checked.
93 * regs_within_kernel_stack() checks @addr is within the kernel stack page(s).
94 * If @addr is within the kernel stack, it returns true. If not, returns false.
97 unsigned long addr)
99 return ((addr & ~(THREAD_SIZE - 1)) ==
115 unsigned long *addr = (unsigned long *)kernel_stack_pointer(regs);
117 addr += n;
118 if (regs_within_kernel_stack(regs, (unsigned long)addr))
119 return *addr;
135 struct pt_watch_regs __user *addr);
137 struct pt_watch_regs __user *addr);