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

/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/m32r/include/asm/
H A Dpgalloc.h74 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *)2); }) macro
/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
184 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) macro
/arch/s390/include/asm/
H A Dpgalloc.h64 #define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) macro
93 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long vmaddr) function
/arch/alpha/include/asm/
H A Dpgalloc.h41 pmd_alloc_one(struct mm_struct *mm, unsigned long address) 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.h17 #define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) macro
H A Dmotorola_pgalloc.h69 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) function
/arch/sh/include/asm/
H A Dpgalloc.h14 extern pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address);
/arch/sparc/include/asm/
H A Dpgalloc_32.h39 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, function
H A Dpgalloc_64.h53 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) function
/arch/arm/mm/
H A Didmap.c28 pmd = pmd_alloc_one(&init_mm, addr);
/arch/arm64/include/asm/
H A Dpgalloc.h31 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) function
/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.h112 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) function
/arch/um/include/asm/
H A Dpgtable-3level.h82 extern pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address);
/arch/tile/include/asm/
H A Dpgalloc.h144 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) function
/arch/x86/include/asm/
H A Dpgalloc.h81 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) function
/arch/powerpc/include/asm/
H A Dpgalloc-64.h224 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) function
/arch/um/kernel/
H A Dmem.c292 pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) function
/arch/arm/kvm/
H A Dmmu.c419 pmd = pmd_alloc_one(NULL, addr);

Completed in 987 milliseconds