Searched refs:pml4 (Results 1 – 4 of 4) sorted by relevance
225 uint64_t *pml4, *pdp, *pd, *pt, pa; in minidumpsys() local246 pml4 = (uint64_t *)PHYS_TO_DMAP(KPML4phys) + ii; in minidumpsys()247 pdp = (uint64_t *)PHYS_TO_DMAP(*pml4 & PG_FRAME); in minidumpsys()375 pml4 = (uint64_t *)PHYS_TO_DMAP(KPML4phys) + ii; in minidumpsys()376 pdp = (uint64_t *)PHYS_TO_DMAP(*pml4 & PG_FRAME); in minidumpsys()
2146 pml4_entry_t *pml4; in _pmap_unwire_ptp() local2147 pml4 = pmap_pml4e(pmap, va); in _pmap_unwire_ptp()2148 *pml4 = 0; in _pmap_unwire_ptp()2350 pml4_entry_t *pml4; in _pmap_allocpte() local2355 pml4 = &pmap->pm_pml4[pml4index]; in _pmap_allocpte()2356 *pml4 = VM_PAGE_TO_PHYS(m) | PG_U | PG_RW | PG_V | PG_A | PG_M; in _pmap_allocpte()2361 pml4_entry_t *pml4; in _pmap_allocpte() local2368 pml4 = &pmap->pm_pml4[pml4index]; in _pmap_allocpte()2369 if ((*pml4 & PG_V) == 0) { in _pmap_allocpte()2380 pdppg = PHYS_TO_VM_PAGE(*pml4 & PG_FRAME); in _pmap_allocpte()[all …]
197 eptp(uint64_t pml4) in eptp() argument201 eptp_val = pml4 | (EPT_PWLEVELS - 1) << 3 | PAT_WRITE_BACK; in eptp()
38 uint64_t eptp(uint64_t pml4);