Searched refs:pud_alloc_one (Results 1 – 10 of 10) sorted by relevance
| /linux-4.4.14/include/asm-generic/ |
| D | pgtable-nopud.h | 53 #define pud_alloc_one(mm, address) NULL macro
|
| /linux-4.4.14/arch/arm64/include/asm/ |
| D | pgalloc.h | 54 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() function
|
| /linux-4.4.14/arch/ia64/include/asm/ |
| D | pgalloc.h | 42 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() function
|
| /linux-4.4.14/arch/sparc/include/asm/ |
| D | pgalloc_64.h | 42 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() function
|
| /linux-4.4.14/arch/s390/include/asm/ |
| D | pgalloc.h | 62 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) in pud_alloc_one() function
|
| /linux-4.4.14/arch/x86/include/asm/ |
| D | pgalloc.h | 126 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() function
|
| /linux-4.4.14/arch/powerpc/include/asm/ |
| D | pgalloc-64.h | 58 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() function
|
| /linux-4.4.14/arch/frv/include/asm/ |
| D | pgtable.h | 224 #define pud_alloc_one(mm, address) NULL macro
|
| /linux-4.4.14/arch/arm/kvm/ |
| D | mmu.c | 552 pud = pud_alloc_one(NULL, addr); in __create_hyp_mappings()
|
| /linux-4.4.14/mm/ |
| D | memory.c | 3517 pud_t *new = pud_alloc_one(mm, address); in __pud_alloc()
|