Searched refs:__p4d_alloc (Results 1 – 3 of 3) sorted by relevance
| /linux-6.3-rc2/mm/ |
| A D | pgalloc-track.h | 11 if (__p4d_alloc(mm, pgd, address)) in p4d_alloc_track()
|
| A D | memory.c | 5224 int __p4d_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long address) in __p4d_alloc() function
|
| /linux-6.3-rc2/include/linux/ |
| A D | mm.h | 2453 static inline int __p4d_alloc(struct mm_struct *mm, pgd_t *pgd, in __p4d_alloc() function 2459 int __p4d_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long address); 2557 return (unlikely(pgd_none(*pgd)) && __p4d_alloc(mm, pgd, address)) ? in p4d_alloc()
|
Completed in 30 milliseconds