Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
Dpgalloc_32.h41 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
Dpgalloc_64.h29 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
/arch/parisc/include/asm/
Dpgalloc.h64 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/
Dpgalloc.h66 #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/
Dpgalloc.h41 pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
/arch/m68k/include/asm/
Dsun3_pgalloc.h21 #define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) macro
Dmotorola_pgalloc.h66 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
/arch/arm/include/asm/
Dpgalloc.h29 #define pmd_alloc_one(mm,addr) ({ BUG(); ((pmd_t *)2); }) macro
/arch/ia64/include/asm/
Dpgalloc.h60 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
/arch/mips/include/asm/
Dpgalloc.h120 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
/arch/powerpc/include/asm/
Dpgalloc-64.h79 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
/arch/x86/include/asm/
Dpgalloc.h70 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
/arch/um/include/asm/
Dpgtable-3level.h82 extern pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address);
/arch/um/kernel/
Dmem.c306 pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
/arch/sparc/mm/
Dsrmmu.c2198 BTFIXUPSET_CALL(pmd_alloc_one, srmmu_pmd_alloc_one, BTFIXUPCALL_NORM); in ld_mmu_srmmu()
Dsun4c.c2132 BTFIXUPSET_CALL(pmd_alloc_one, sun4c_pmd_alloc_one, BTFIXUPCALL_RETO0); in ld_mmu_sun4c()