/linux-3.4.99/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 | 30 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/ |
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
|
/linux-3.4.99/arch/arm/include/asm/ |
D | pgalloc.h | 30 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/ |
D | pgalloc.h | 61 #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/ |
D | pgalloc.h | 109 #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/ |
D | pgalloc.h | 63 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *) 2); }) macro
|
/linux-3.4.99/arch/sh/mm/ |
D | pgtable.c | 48 pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
|
/linux-3.4.99/include/asm-generic/ |
D | pgtable-nopmd.h | 58 #define pmd_alloc_one(mm, address) NULL macro
|
/linux-3.4.99/arch/m32r/include/asm/ |
D | pgalloc.h | 69 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *)2); }) macro
|
/linux-3.4.99/arch/sh/include/asm/ |
D | pgalloc.h | 14 extern pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address);
|
/linux-3.4.99/arch/alpha/include/asm/ |
D | pgalloc.h | 41 pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
|
/linux-3.4.99/arch/m68k/include/asm/ |
D | sun3_pgalloc.h | 21 #define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) macro
|
D | motorola_pgalloc.h | 65 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
|
D | mcf_pgalloc.h | 32 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) macro
|
/linux-3.4.99/arch/arm/mm/ |
D | idmap.c | 20 pmd = pmd_alloc_one(&init_mm, addr); in idmap_add_pmd()
|
/linux-3.4.99/arch/mips/include/asm/ |
D | pgalloc.h | 109 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/ |
D | pgalloc.h | 114 #define pmd_alloc_one(mm, addr) \ macro
|
/linux-3.4.99/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
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | pgalloc-64.h | 92 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/ |
D | pgtable-3level.h | 82 extern pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address);
|
/linux-3.4.99/arch/x86/include/asm/ |
D | pgalloc.h | 81 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/ |
D | mem.c | 308 pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
|
/linux-3.4.99/arch/sparc/mm/ |
D | srmmu.c | 2248 BTFIXUPSET_CALL(pmd_alloc_one, srmmu_pmd_alloc_one, BTFIXUPCALL_NORM); in ld_mmu_srmmu()
|
D | sun4c.c | 2121 BTFIXUPSET_CALL(pmd_alloc_one, sun4c_pmd_alloc_one, BTFIXUPCALL_RETO0); in ld_mmu_sun4c()
|