Searched refs:__pmd_alloc (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/include/asm-generic/ |
D | 4level-fixup.h | 16 ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? \
|
/Linux-v5.4/include/linux/ |
D | mm.h | 1786 static inline int __pmd_alloc(struct mm_struct *mm, pud_t *pud, in __pmd_alloc() function 1796 int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address); 1872 return (unlikely(pud_none(*pud)) && __pmd_alloc(mm, pud, address))? in pmd_alloc()
|
/Linux-v5.4/mm/ |
D | memory.c | 4088 int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address) in __pmd_alloc() function
|