Searched refs:p4d_alloc_one (Results 1 – 5 of 5) sorted by relevance
100 #define p4d_alloc_one p4d_alloc_one macro101 static inline p4d_t *p4d_alloc_one(struct mm_struct *mm, unsigned long addr) in p4d_alloc_one() function
50 #define p4d_alloc_one(mm, address) NULL macro
53 static inline p4d_t *p4d_alloc_one(struct mm_struct *mm, unsigned long address) in p4d_alloc_one() function
150 static inline p4d_t *p4d_alloc_one(struct mm_struct *mm, unsigned long addr) in p4d_alloc_one() function
5246 p4d_t *new = p4d_alloc_one(mm, address); in __p4d_alloc()