Home
last modified time | relevance | path

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

12

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

12