Searched refs:pml2_entry_t (Results 1 – 2 of 2) sorted by relevance
359 l2e = (pml2_entry_t *)PHYS_TO_DMAP(l2pa); in pmap_l1e_to_l2e()646 #define NL2EPG (PAGE_SIZE/sizeof(pml2_entry_t))2222 pml2_entry_t *l2e; in mmu_radix_advise()2544 pml2_entry_t *l2e; in mmu_radix_copy()3521 pml2_entry_t *l2e; in mmu_radix_growkernel()4279 pml2_entry_t *l2e; in _pmap_allocpte()4299 l2e = (pml2_entry_t *)PHYS_TO_DMAP(be64toh(*l1e) & PG_FRAME); in _pmap_allocpte()4310 pml2_entry_t *l2e; in _pmap_allocpte()4327 l2e = (pml2_entry_t *)PHYS_TO_DMAP(be64toh(*l1e) & PG_FRAME); in _pmap_allocpte()4330 l2e = (pml2_entry_t *)PHYS_TO_DMAP(be64toh(*l1e) & PG_FRAME); in _pmap_allocpte()[all …]
91 typedef uint64_t pml2_entry_t; typedef