Searched refs:__p4d_alloc (Results 1 – 4 of 4) 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 | memory.c | 6404 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 | 2746 static inline int __p4d_alloc(struct mm_struct *mm, pgd_t *pgd, in __p4d_alloc() function 2752 int __p4d_alloc(struct mm_struct *mm, pgd_t *pgd, unsigned long address); 2850 return (unlikely(pgd_none(*pgd)) && __p4d_alloc(mm, pgd, address)) ? in p4d_alloc()
|
/linux/Documentation/mm/ |
H A D | process_addrs.rst | 600 acquired in :c:func:`!__p4d_alloc`, :c:func:`!__pud_alloc` and
|