Searched refs:__pmd_alloc (Results 1 – 4 of 4) sorted by relevance
| /linux/mm/ |
| H A D | pgalloc-track.h | 37 if (__pmd_alloc(mm, pud, address)) in pmd_alloc_track()
|
| H A D | pagewalk.c | 202 err = __pmd_alloc(walk->mm, pud, addr); in walk_pud_range()
|
| H A D | memory.c | 6769 int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address) 6817 int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address) __pmd_alloc() function
|
| /linux/include/linux/ |
| H A D | mm.h | 3521 static inline int __pmd_alloc(struct mm_struct *mm, pud_t *pud, in mm_pgtables_bytes() 3531 int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address); in mm_dec_nr_ptes() 3601 return (unlikely(pud_none(*pud)) && __pmd_alloc(mm, pud, address))? 3487 static inline int __pmd_alloc(struct mm_struct *mm, pud_t *pud, __pmd_alloc() function
|