Searched refs:pud_alloc_one (Results 1 – 8 of 8) sorted by relevance
/linux/include/asm-generic/ |
H A D | pgtable-nopud.h | 58 #define pud_alloc_one(mm, address) NULL macro
|
/linux/arch/powerpc/include/asm/nohash/64/ |
H A D | pgalloc.h | 23 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() function
|
/linux/arch/mips/include/asm/ |
H A D | pgalloc.h | 84 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) 90 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) pud_alloc_one() function
|
/linux/arch/loongarch/include/asm/ |
H A D | pgalloc.h | 91 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) in pud_alloc_one() function
|
/linux/arch/sparc/include/asm/ |
H A D | pgalloc_64.h | 43 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() function
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgalloc.h | 93 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() function
|
/linux/arch/s390/include/asm/ |
H A D | pgalloc.h | 73 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) in pud_alloc_one() 67 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) pud_alloc_one() function
|
/linux/mm/ |
H A D | memory.c | 6429 pud_t *new = pud_alloc_one(mm, address); in __pud_alloc()
|