Searched refs:__pmd_alloc (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/include/asm-generic/ |
H A D | 4level-fixup.h | 15 ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? \
|
/linux-4.1.27/include/linux/ |
H A D | mm.h | 1405 static inline int __pmd_alloc(struct mm_struct *mm, pud_t *pud, __pmd_alloc() function 1422 int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address); mm_dec_nr_pmds() 1462 return (unlikely(pud_none(*pud)) && __pmd_alloc(mm, pud, address))? pmd_alloc()
|
/linux-4.1.27/mm/ |
H A D | memory.c | 3462 int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address) __pmd_alloc() function
|
Completed in 74 milliseconds