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

/arch/sparc/include/asm/
H A 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
H A Dpgalloc_64.h30 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) function
/arch/frv/include/asm/
H A Dpgalloc.h63 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *) 2); }) macro
/arch/arm/include/asm/
H A Dpgalloc.h30 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) function
51 #define pmd_alloc_one(mm,addr) ({ BUG(); ((pmd_t *)2); }) macro
/arch/parisc/include/asm/
H A Dpgalloc.h64 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) function
93 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *)2); }) macro
/arch/alpha/include/asm/
H A Dpgalloc.h41 pmd_alloc_one(struct mm_struct *mm, unsigned long address) function
/arch/m32r/include/asm/
H A Dpgalloc.h69 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *)2); }) macro
/arch/sh/include/asm/
H A Dpgalloc.h14 extern pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address);
/arch/sh/mm/
H A Dpgtable.c48 pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) function
/arch/microblaze/include/asm/
H A Dpgalloc.h109 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) macro
178 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) macro
/arch/s390/include/asm/
H A Dpgalloc.h61 #define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) macro
90 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long vmaddr) function
/arch/m68k/include/asm/
H A Dmcf_pgalloc.h32 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) macro
H A Dsun3_pgalloc.h21 #define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) macro
H A Dmotorola_pgalloc.h65 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) function
/arch/arm/mm/
H A Didmap.c20 pmd = pmd_alloc_one(&init_mm, addr);
/arch/ia64/include/asm/
H A Dpgalloc.h60 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) function
/arch/mips/include/asm/
H A Dpgalloc.h109 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) function
/arch/powerpc/include/asm/
H A Dpgalloc-64.h92 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) function
/arch/tile/include/asm/
H A Dpgalloc.h114 #define pmd_alloc_one(mm, addr) \ macro
/arch/um/include/asm/
H A Dpgtable-3level.h82 extern pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address);
/arch/x86/include/asm/
H A Dpgalloc.h81 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) function
/arch/um/kernel/
H A Dmem.c308 pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) function
/arch/sparc/mm/
H A Dsrmmu.c2248 BTFIXUPSET_CALL(pmd_alloc_one, srmmu_pmd_alloc_one, BTFIXUPCALL_NORM);
H A Dsun4c.c2121 BTFIXUPSET_CALL(pmd_alloc_one, sun4c_pmd_alloc_one, BTFIXUPCALL_RETO0);

Completed in 1547 milliseconds