Home
last modified time | relevance | path

Searched refs:init_pte (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/mm/
H A Dpgd.c36 pte_t *new_pte, *init_pte; in pgd_alloc() local
120 init_pte = pte_offset_map(init_pmd, 0); in pgd_alloc()
121 set_pte_ext(new_pte + 0, init_pte[0], 0); in pgd_alloc()
122 set_pte_ext(new_pte + 1, init_pte[1], 0); in pgd_alloc()
123 pte_unmap(init_pte); in pgd_alloc()
/openbmc/linux/arch/arm64/mm/
H A Dmmu.c172 static void init_pte(pmd_t *pmdp, unsigned long addr, unsigned long end, in init_pte() function
229 init_pte(pmdp, addr, next, phys, __prot); in alloc_init_cont_pte()