Searched refs:__pud_alloc (Results 1 – 5 of 5) sorted by relevance
| /linux/mm/ |
| H A D | pgalloc-track.h | 24 if (__pud_alloc(mm, p4d, address)) in pud_alloc_track()
|
| H A D | pagewalk.c | 248 err = __pud_alloc(walk->mm, p4d, addr); in walk_p4d_range()
|
| H A D | memory.c | 6565 int __pud_alloc(struct mm_struct *mm, p4d_t *p4d, unsigned long address) in __pud_alloc() function
|
| /linux/include/linux/ |
| H A D | mm.h | 2830 static inline int __pud_alloc(struct mm_struct *mm, p4d_t *p4d, in __pud_alloc() function 2839 int __pud_alloc(struct mm_struct *mm, p4d_t *p4d, unsigned long address); 2931 return (unlikely(p4d_none(*p4d)) && __pud_alloc(mm, p4d, address)) ? in pud_alloc()
|
| /linux/Documentation/mm/ |
| H A D | process_addrs.rst | 642 acquired in :c:func:`!__p4d_alloc`, :c:func:`!__pud_alloc` and 682 required. An example of this is :c:func:`!__pud_alloc`.
|