Searched refs:__p4d_alloc (Results 1 – 5 of 5) sorted by relevance
| /linux/mm/ |
| H A D | pgalloc-track.h | 11 if (__p4d_alloc(mm, pgd, address)) in p4d_alloc_track()
|
| H A D | pagewalk.c | 289 err = __p4d_alloc(walk->mm, pgd, addr); in walk_pgd_range()
|
| H A D | memory.c | 6617 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 | 2989 static inline int __p4d_alloc(struct mm_struct *mm, pgd_t *pgd, in __p4d_alloc() function 2995 int __p4d_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long address); 3093 return (unlikely(pgd_none(*pgd)) && __p4d_alloc(mm, pgd, address)) ? in p4d_alloc()
|
| /linux/Documentation/mm/ |
| H A D | process_addrs.rst | 643 acquired in :c:func:`!__p4d_alloc`, :c:func:`!__pud_alloc` and
|