Searched refs:pud_alloc_one (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/arch/riscv/include/asm/ |
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
|
/linux-6.1.9/include/asm-generic/ |
D | pgtable-nopud.h | 58 #define pud_alloc_one(mm, address) NULL macro
|
D | pgalloc.h | 169 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() function
|
/linux-6.1.9/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 23 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() function
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | pgalloc.h | 89 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) in pud_alloc_one() function
|
/linux-6.1.9/arch/mips/include/asm/ |
D | pgalloc.h | 90 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) in pud_alloc_one() function
|
/linux-6.1.9/arch/sparc/include/asm/ |
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-6.1.9/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 93 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() function
|
/linux-6.1.9/arch/s390/include/asm/ |
D | pgalloc.h | 68 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) in pud_alloc_one() function
|
/linux-6.1.9/arch/powerpc/kvm/ |
D | book3s_64_mmu_radix.c | 629 new_pud = pud_alloc_one(kvm->mm, gpa); in kvmppc_create_pte()
|
/linux-6.1.9/mm/ |
D | memory.c | 5269 pud_t *new = pud_alloc_one(mm, address); in __pud_alloc()
|