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 | 6801 int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address) in follow_pfnmap_start() 6707 int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address) __pmd_alloc() function
|
| /linux/include/linux/ |
| H A D | mm.h | 3487 static inline int __pmd_alloc(struct mm_struct *mm, pud_t *pud, in ptlock_init() 3497 int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address); in ptlock_init() 3567 return (unlikely(pud_none(*pud)) && __pmd_alloc(mm, pud, address))? 3240 static inline int __pmd_alloc(struct mm_struct *mm, pud_t *pud, __pmd_alloc() function
|