Searched refs:pmd_alloc_one (Results 1 – 16 of 16) sorted by relevance
/arch/sparc/include/asm/ |
D | pgalloc_32.h | 41 BTFIXUPDEF_CALL(pmd_t *, pmd_alloc_one, struct mm_struct *, unsigned long) 42 #define pmd_alloc_one(mm, address) BTFIXUP_CALL(pmd_alloc_one)(mm, address) macro
|
D | pgalloc_64.h | 29 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
|
/arch/parisc/include/asm/ |
D | pgalloc.h | 64 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function 93 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *)2); }) macro
|
/arch/s390/include/asm/ |
D | pgalloc.h | 66 #define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) macro 98 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long vmaddr) in pmd_alloc_one() function
|
/arch/alpha/include/asm/ |
D | pgalloc.h | 41 pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
|
/arch/m68k/include/asm/ |
D | sun3_pgalloc.h | 21 #define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) macro
|
D | motorola_pgalloc.h | 66 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
|
/arch/arm/include/asm/ |
D | pgalloc.h | 29 #define pmd_alloc_one(mm,addr) ({ BUG(); ((pmd_t *)2); }) macro
|
/arch/ia64/include/asm/ |
D | pgalloc.h | 60 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
|
/arch/mips/include/asm/ |
D | pgalloc.h | 120 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
|
/arch/powerpc/include/asm/ |
D | pgalloc-64.h | 79 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
|
/arch/x86/include/asm/ |
D | pgalloc.h | 70 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
|
/arch/um/include/asm/ |
D | pgtable-3level.h | 82 extern pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address);
|
/arch/um/kernel/ |
D | mem.c | 306 pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
|
/arch/sparc/mm/ |
D | srmmu.c | 2198 BTFIXUPSET_CALL(pmd_alloc_one, srmmu_pmd_alloc_one, BTFIXUPCALL_NORM); in ld_mmu_srmmu()
|
D | sun4c.c | 2132 BTFIXUPSET_CALL(pmd_alloc_one, sun4c_pmd_alloc_one, BTFIXUPCALL_RETO0); in ld_mmu_sun4c()
|