/linux-4.4.14/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-4.4.14/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 97 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *)2); }) macro
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | pgalloc.h | 109 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) macro 184 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | pgalloc.h | 63 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *) 2); }) macro
|
/linux-4.4.14/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-4.4.14/include/asm-generic/ |
D | pgtable-nopmd.h | 58 #define pmd_alloc_one(mm, address) NULL macro
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | pgalloc.h | 41 pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | pgalloc.h | 74 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *)2); }) macro
|
/linux-4.4.14/arch/sh/include/asm/ |
D | pgalloc.h | 14 extern pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address);
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | sun3_pgalloc.h | 17 #define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) macro
|
D | mcf_pgalloc.h | 32 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) macro
|
D | motorola_pgalloc.h | 69 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgalloc_32.h | 39 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, in pmd_alloc_one() function
|
D | pgalloc_64.h | 53 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | pgalloc.h | 34 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
|
/linux-4.4.14/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-4.4.14/arch/arm/mm/ |
D | idmap.c | 28 pmd = pmd_alloc_one(&init_mm, addr); in idmap_add_pmd()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | pgalloc.h | 112 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
|
/linux-4.4.14/arch/um/include/asm/ |
D | pgtable-3level.h | 82 extern pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address);
|
/linux-4.4.14/arch/tile/include/asm/ |
D | pgalloc.h | 144 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgalloc.h | 71 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long vmaddr) in pmd_alloc_one() function
|
/linux-4.4.14/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-4.4.14/arch/powerpc/include/asm/ |
D | pgalloc-64.h | 224 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() function
|
/linux-4.4.14/arch/um/kernel/ |
D | mem.c | 226 pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() function
|
/linux-4.4.14/Documentation/vm/ |
D | split_page_table_lock | 66 Allocation usually happens in pmd_alloc_one(), freeing in pmd_free() and
|
/linux-4.4.14/arch/arm/kvm/ |
D | mmu.c | 516 pmd = pmd_alloc_one(NULL, addr); in create_hyp_pud_mappings()
|
/linux-4.4.14/mm/ |
D | memory.c | 3540 pmd_t *new = pmd_alloc_one(mm, address); in __pmd_alloc()
|