/arch/powerpc/include/asm/ |
D | pgalloc-64.h | 58 pmd_populate_kernel(mm, pmd, page_address(pte_page)) 59 #define pmd_populate_kernel(mm, pmd, pte) pmd_set(pmd, (unsigned long)(pte)) macro 67 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() function 74 pmd_populate_kernel(mm, pmd, page_address(pte_page))
|
D | pgalloc-32.h | 23 #define pmd_populate_kernel(mm, pmd, pte) \ macro 29 #define pmd_populate_kernel(mm, pmd, pte) \ macro
|
/arch/sparc/include/asm/ |
D | pgalloc_64.h | 71 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(PMD, PTE) macro 73 pmd_populate_kernel(MM,PMD,page_address(PTE_PAGE))
|
D | pgalloc_32.h | 54 #define pmd_populate_kernel(MM, PMD, PTE) BTFIXUP_CALL(pmd_set)(PMD, PTE) macro
|
/arch/s390/include/asm/ |
D | pgalloc.h | 149 static inline void pmd_populate_kernel(struct mm_struct *mm, in pmd_populate_kernel() function 158 pmd_populate_kernel(mm, pmd, pte); in pmd_populate() 161 pmd_populate_kernel(mm, pmd, pte + PTRS_PER_PTE); in pmd_populate()
|
/arch/parisc/include/asm/ |
D | pgalloc.h | 100 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel() function 117 pmd_populate_kernel(mm, pmd, page_address(pte_page))
|
/arch/um/include/asm/ |
D | pgalloc.h | 14 #define pmd_populate_kernel(mm, pmd, pte) \ macro
|
/arch/xtensa/include/asm/ |
D | pgalloc.h | 23 #define pmd_populate_kernel(mm, pmdp, ptep) \ macro
|
/arch/cris/include/asm/ |
D | pgalloc.h | 7 #define pmd_populate_kernel(mm, pmd, pte) pmd_set(pmd, pte) macro
|
/arch/alpha/include/asm/ |
D | pgalloc.h | 21 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel() function
|
/arch/m68k/include/asm/ |
D | sun3_pgalloc.h | 67 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel() function
|
D | motorola_pgalloc.h | 93 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel() function
|
/arch/sh/include/asm/ |
D | pgalloc.h | 10 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() function
|
/arch/avr32/include/asm/ |
D | pgalloc.h | 18 static inline void pmd_populate_kernel(struct mm_struct *mm, in pmd_populate_kernel() function
|
/arch/arm/include/asm/ |
D | pgalloc.h | 115 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmdp, pte_t *ptep) in pmd_populate_kernel() function
|
/arch/ia64/include/asm/ |
D | pgalloc.h | 80 pmd_populate_kernel(struct mm_struct *mm, pmd_t * pmd_entry, pte_t * pte) in pmd_populate_kernel() function
|
/arch/mips/include/asm/ |
D | pgalloc.h | 16 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() function
|
/arch/x86/include/asm/ |
D | pgalloc.h | 51 static inline void pmd_populate_kernel(struct mm_struct *mm, in pmd_populate_kernel() function
|
/arch/s390/mm/ |
D | vmem.c | 125 pmd_populate_kernel(&init_mm, pm_dir, pt_dir); in vmem_add_mem() 210 pmd_populate_kernel(&init_mm, pm_dir, pt_dir); in vmemmap_populate()
|
/arch/sh/mm/ |
D | init.c | 126 pmd_populate_kernel(&init_mm, pmd, pte_table); in page_table_range_init()
|
/arch/x86/mm/ |
D | init_64.c | 191 pmd_populate_kernel(&init_mm, pmd, pte); in set_pte_vaddr_pud() 446 pmd_populate_kernel(&init_mm, pmd, __va(pte_phys)); in phys_pmd_init()
|
D | ioremap.c | 520 pmd_populate_kernel(&init_mm, pmd, bm_pte); in early_ioremap_init()
|
/arch/ia64/mm/ |
D | init.c | 451 pmd_populate_kernel(&init_mm, pmd, alloc_bootmem_pages_node(NODE_DATA(node), PAGE_SIZE)); in create_mem_map_page_table()
|
/arch/parisc/mm/ |
D | init.c | 692 pmd_populate_kernel(NULL, pmd, __va(pg_table)); in map_pages()
|
/arch/sparc/mm/ |
D | init_64.c | 1441 pmd_populate_kernel(&init_mm, pmd, new); in kernel_map_range()
|