Searched refs:pud_alloc_one (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/arch/riscv/include/asm/ |
H A D | pgalloc.h | 82 #define pud_alloc_one pud_alloc_one macro 83 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() function
|
/openbmc/linux/include/asm-generic/ |
H A D | pgtable-nopud.h | 58 #define pud_alloc_one(mm, address) NULL macro
|
H A D | pgalloc.h | 185 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() function
|
/openbmc/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
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | pgalloc.h | 80 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) in pud_alloc_one() function
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | pgalloc.h | 90 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) in pud_alloc_one() function
|
/openbmc/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
|
/openbmc/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
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | pgalloc.h | 68 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) in pud_alloc_one() function
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_64_mmu_radix.c | 630 new_pud = pud_alloc_one(kvm->mm, gpa); in kvmppc_create_pte()
|
/openbmc/linux/mm/ |
H A D | memory.c | 5556 pud_t *new = pud_alloc_one(mm, address); in __pud_alloc()
|