Searched defs:pmd_alloc_one (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/arch/sh/mm/ |
D | pgtable.c | 48 pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
|
/linux-6.6.21/arch/parisc/include/asm/ |
D | pgalloc.h | 47 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
|
/linux-6.6.21/arch/loongarch/include/asm/ |
D | pgalloc.h | 55 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
|
/linux-6.6.21/arch/sparc/include/asm/ |
D | pgalloc_32.h | 38 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, in pmd_alloc_one() function
|
D | pgalloc_64.h | 53 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
|
/linux-6.6.21/arch/mips/include/asm/ |
D | pgalloc.h | 65 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
|
/linux-6.6.21/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 51 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
|
/linux-6.6.21/include/asm-generic/ |
D | pgalloc.h | 127 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
|
D | pgtable-nopmd.h | 62 #define pmd_alloc_one(mm, address) NULL macro
|
/linux-6.6.21/arch/m68k/include/asm/ |
D | motorola_pgalloc.h | 54 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
|
/linux-6.6.21/arch/arm/include/asm/ |
D | pgalloc.h | 37 #define pmd_alloc_one(mm,addr) ({ BUG(); ((pmd_t *)2); }) macro
|
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 142 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
|
/linux-6.6.21/arch/s390/include/asm/ |
D | pgalloc.h | 82 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long vmaddr) in pmd_alloc_one() function
|