Home
last modified time | relevance | path

Searched refs:pud_alloc_one (Results 1 – 8 of 8) sorted by relevance

/linux/include/asm-generic/
H A Dpgtable-nopud.h58 #define pud_alloc_one(mm, address) NULL macro
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgalloc.h23 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 Dpgalloc.h84 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 Dpgalloc.h91 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 Dpgalloc_64.h43 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 Dpgalloc.h93 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 Dpgalloc.h73 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 Dmemory.c6429 pud_t *new = pud_alloc_one(mm, address); in __pud_alloc()