Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
H A Dpgalloc.h107 static inline void __pmd_populate(pmd_t *pmdp, phys_addr_t pte, in __pmd_populate() function
130 __pmd_populate(pmdp, __pa(ptep), _PAGE_KERNEL_TABLE); in pmd_populate_kernel()
144 __pmd_populate(pmdp, page_to_phys(ptep), prot); in pmd_populate()
/linux/arch/arm/mm/
H A Dmmu.c749 __pmd_populate(pmd, __pa(pte), prot); in arm_pte_alloc()
/linux/arch/arm64/mm/
H A Dmmu.c215 __pmd_populate(pmdp, pte_phys, pmdval); in alloc_init_cont_pte()