/src/sys/arch/aarch64/aarch64/ |
pmap.c | 616 paddr_t pa, pdppa; local in function:_pmap_sweep_pdp 644 pdppa = AARCH64_KVA_TO_PA(trunc_page((vaddr_t)ptep_in_parent)); 645 if (pdppa == pm->pm_l0table_pa) 648 pg = PHYS_TO_VM_PAGE(pdppa); 1591 _pmap_pdp_addref(struct pmap *pm, paddr_t pdppa, struct vm_page *pdppg_hint) 1608 if (pm->pm_l0table_pa == pdppa) 1613 pg = PHYS_TO_VM_PAGE(pdppa); 1629 _pmap_pdp_delref(struct pmap *pm, paddr_t pdppa, bool do_free_pdp) 1648 if (pm->pm_l0table_pa == pdppa) 1651 pg = PHYS_TO_VM_PAGE(pdppa); 1715 paddr_t pdppa, pdppa0; local in function:_pmap_get_pdp 1793 paddr_t pdppa; local in function:_pmap_enter [all...] |
pmap.c | 616 paddr_t pa, pdppa; local in function:_pmap_sweep_pdp 644 pdppa = AARCH64_KVA_TO_PA(trunc_page((vaddr_t)ptep_in_parent)); 645 if (pdppa == pm->pm_l0table_pa) 648 pg = PHYS_TO_VM_PAGE(pdppa); 1591 _pmap_pdp_addref(struct pmap *pm, paddr_t pdppa, struct vm_page *pdppg_hint) 1608 if (pm->pm_l0table_pa == pdppa) 1613 pg = PHYS_TO_VM_PAGE(pdppa); 1629 _pmap_pdp_delref(struct pmap *pm, paddr_t pdppa, bool do_free_pdp) 1648 if (pm->pm_l0table_pa == pdppa) 1651 pg = PHYS_TO_VM_PAGE(pdppa); 1715 paddr_t pdppa, pdppa0; local in function:_pmap_get_pdp 1793 paddr_t pdppa; local in function:_pmap_enter [all...] |