Searched refs:pud_alloc_one (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/riscv/include/asm/
H A Dpgalloc.h82 #define pud_alloc_one pud_alloc_one macro
83 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) function
/linux-master/include/asm-generic/
H A Dpgtable-nopud.h58 #define pud_alloc_one(mm, address) NULL macro
H A Dpgalloc.h179 * pud_alloc_one - allocate memory for a PUD-level page table
187 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) function
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgalloc.h23 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) function
/linux-master/arch/mips/include/asm/
H A Dpgalloc.h90 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) function
/linux-master/arch/loongarch/include/asm/
H A Dpgalloc.h80 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) function
/linux-master/arch/sparc/include/asm/
H A Dpgalloc_64.h43 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) function
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h93 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) function
/linux-master/arch/s390/include/asm/
H A Dpgalloc.h67 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) function
/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c635 new_pud = pud_alloc_one(kvm->mm, gpa);
/linux-master/mm/
H A Dmemory.c5828 pud_t *new = pud_alloc_one(mm, address);

Completed in 423 milliseconds