Searched defs:newcr3 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c987 uint64_t newcr3; local
1017 newcr3 = MAKECR3(cpu->cpu_hat_info->hci_vlp_pfn);
1020 newcr3 = MAKECR3(kas.a_hat->hat_htable->ht_pfn) +
1024 newcr3 = MAKECR3((uint64_t)hat->hat_htable->ht_pfn);
1033 t[0].arg1.mfn = mmu_btop(pa_to_ma(newcr3));
1042 t[1].arg1.mfn = mmu_btop(pa_to_ma(newcr3));
1053 setcr3(newcr3);

Completed in 69 milliseconds