Searched refs:pmd_alloc_one (Results 1 - 16 of 16) sorted by relevance

/linux-master/arch/sh/include/asm/
H A Dpgalloc.h18 extern pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address);
/linux-master/arch/sh/mm/
H A Dpgtable.c48 pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) function
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgalloc.h54 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) function
/linux-master/include/asm-generic/
H A Dpgtable-nopmd.h62 #define pmd_alloc_one(mm, address) NULL macro
H A Dpgalloc.h117 * pmd_alloc_one - allocate memory for a PMD-level page table
127 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) function
/linux-master/arch/parisc/include/asm/
H A Dpgalloc.h47 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) function
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgalloc.h51 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) function
/linux-master/arch/sparc/include/asm/
H A Dpgalloc_32.h38 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, function
H A Dpgalloc_64.h53 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) function
/linux-master/arch/mips/include/asm/
H A Dpgalloc.h65 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) function
/linux-master/arch/loongarch/include/asm/
H A Dpgalloc.h55 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) function
/linux-master/arch/arm/mm/
H A Didmap.c31 pmd = pmd_alloc_one(&init_mm, addr);
/linux-master/arch/arm/include/asm/
H A Dpgalloc.h37 #define pmd_alloc_one(mm,addr) ({ BUG(); ((pmd_t *)2); }) macro
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h142 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) function
/linux-master/arch/s390/include/asm/
H A Dpgalloc.h81 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long vmaddr) function
/linux-master/mm/
H A Dmemory.c5852 pmd_t *new = pmd_alloc_one(mm, address);

Completed in 258 milliseconds