Home
last modified time | relevance | path

Searched refs:__pmd_populate (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/unicore32/include/asm/
Dpgalloc.h82 static inline void __pmd_populate(pmd_t *pmdp, unsigned long pmdval) in __pmd_populate() function
101 __pmd_populate(pmdp, __pa(pte_ptr) | _PAGE_KERNEL_TABLE); in pmd_populate_kernel()
107 __pmd_populate(pmdp, in pmd_populate()
/linux-4.4.14/arch/arm64/include/asm/
Dpgalloc.h111 static inline void __pmd_populate(pmd_t *pmdp, phys_addr_t pte, in __pmd_populate() function
127 __pmd_populate(pmdp, __pa(ptep), PMD_TYPE_TABLE); in pmd_populate_kernel()
133 __pmd_populate(pmdp, page_to_phys(ptep), PMD_TYPE_TABLE); in pmd_populate()
/linux-4.4.14/arch/arm/include/asm/
Dpgalloc.h131 static inline void __pmd_populate(pmd_t *pmdp, phys_addr_t pte, in __pmd_populate() function
154 __pmd_populate(pmdp, __pa(ptep), _PAGE_KERNEL_TABLE); in pmd_populate_kernel()
168 __pmd_populate(pmdp, page_to_phys(ptep), prot); in pmd_populate()
/linux-4.4.14/arch/unicore32/mm/
Dmmu.c157 __pmd_populate(pmd, __pa(pte) | prot); in early_pte_alloc()
/linux-4.4.14/arch/arm64/mm/
Dmmu.c106 __pmd_populate(pmd, __pa(pte), PMD_TYPE_TABLE); in alloc_init_pte()
/linux-4.4.14/arch/arm/mm/
Dmmu.c731 __pmd_populate(pmd, __pa(pte), prot); in early_pte_alloc()