Home
last modified time | relevance | path

Searched defs:pmd_alloc_one (Results 1 – 13 of 13) sorted by relevance

/linux/arch/parisc/include/asm/
H A Dpgalloc.h32 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
/linux/arch/sh/mm/
H A Dpgtable.c50 pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
/linux/arch/mips/include/asm/
H A Dpgalloc.h56 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgalloc.h51 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
/linux/arch/sparc/include/asm/
H A Dpgalloc_32.h38 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, in pmd_alloc_one() function
H A Dpgalloc_64.h53 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
/linux/arch/loongarch/include/asm/
H A Dpgalloc.h63 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
/linux/arch/m68k/include/asm/
H A Dmotorola_pgalloc.h54 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
/linux/arch/arm/include/asm/
H A Dpgalloc.h37 #define pmd_alloc_one(mm,addr) ({ BUG(); ((pmd_t *)2); }) macro
/linux/include/asm-generic/
H A Dpgtable-nopmd.h62 #define pmd_alloc_one(mm, address) NULL macro
H A Dpgalloc.h151 #define pmd_alloc_one(...) alloc_hooks(pmd_alloc_one_noprof(__VA_ARGS__)) macro
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h142 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
/linux/arch/s390/include/asm/
H A Dpgalloc.h93 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long vmaddr) in pmd_alloc_one() function