Searched refs:__pmd_alloc (Results 1 – 5 of 5) sorted by relevance
| /linux/mm/ |
| A D | pgalloc-track.h | 37 if (__pmd_alloc(mm, pud, address)) in pmd_alloc_track()
|
| A D | memory.c | 4855 int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address) in __pmd_alloc() function
|
| /linux/include/linux/ |
| A D | mm.h | 2202 static inline int __pmd_alloc(struct mm_struct *mm, pud_t *pud, in __pmd_alloc() function 2212 int __pmd_alloc(struct mm_struct *mm, pud_t *pud, unsigned long address); 2282 return (unlikely(pud_none(*pud)) && __pmd_alloc(mm, pud, address))? in pmd_alloc()
|
| /linux/ |
| A D | System.map | 7065 ffff8000101cb524 T __pmd_alloc
|
| A D | .tmp_System.map | 7065 ffff8000101cb524 T __pmd_alloc
|
Completed in 313 milliseconds