Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dpmap.c2180 void (*la57_tramp)(uint64_t pml5); in pmap_bootstrap_la57()
4188 pml5_entry_t *pml5; in _pmap_unwire_ptp() local
4202 pml5 = pmap_pml5e(pmap, va); in _pmap_unwire_ptp()
4203 *pml5 = 0; in _pmap_unwire_ptp()
4205 pml5 = pmap_pml5e_u(pmap, va); in _pmap_unwire_ptp()
4206 *pml5 = 0; in _pmap_unwire_ptp()
4586 pml5_entry_t *pml5; in pmap_allocpte_getpml4() local
4597 pml5 = &pmap->pm_pmltop[pml5index]; in pmap_allocpte_getpml4()
4598 if ((*pml5 & PG_V) == 0) { in pmap_allocpte_getpml4()
4606 pml4 = (pml4_entry_t *)PHYS_TO_DMAP(*pml5 & PG_FRAME); in pmap_allocpte_getpml4()
[all …]