Lines Matching defs:addr
86 #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE) argument
89 #define PAGE_ALIGNED(addr) IS_ALIGNED((unsigned long)addr, PAGE_SIZE) argument
386 unsigned long addr = (unsigned long)x; in is_vmalloc_addr() local
1251 static inline int vma_growsdown(struct vm_area_struct *vma, unsigned long addr) in vma_growsdown()
1257 unsigned long addr) in stack_guard_page_start()
1265 static inline int vma_growsup(struct vm_area_struct *vma, unsigned long addr) in vma_growsup()
1271 unsigned long addr) in stack_guard_page_end()
1386 static inline pte_t *get_locked_pte(struct mm_struct *mm, unsigned long addr, in get_locked_pte()
1884 static inline void mm_populate(unsigned long addr, unsigned long len) in mm_populate()
1890 static inline void mm_populate(unsigned long addr, unsigned long len) {} in mm_populate()
2120 static inline int in_gate_area_no_mm(unsigned long addr) { return 0; } in in_gate_area_no_mm()
2121 static inline int in_gate_area(struct mm_struct *mm, unsigned long addr) in in_gate_area()