Searched refs:__p4d_alloc (Results 1 – 3 of 3) sorted by relevance
| /linux/mm/ |
| H A D | pgalloc-track.h | 14 if (__p4d_alloc(mm, pgd, address)) in p4d_alloc_track()
|
| H A D | memory.c | 6913 int __p4d_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long address) in __p4d_alloc() function
|
| /linux/include/linux/ |
| H A D | mm.h | 3593 static inline int __p4d_alloc(struct mm_struct *mm, pgd_t *pgd, in __p4d_alloc() function 3599 int __p4d_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long address); 3697 return (unlikely(pgd_none(*pgd)) && __p4d_alloc(mm, pgd, address)) ? in p4d_alloc()
|