HomeSort by: relevance | last modified time | path
    Searched refs:realcr0 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/nvmm/x86/
nvmm_x86_vmx.c 1610 uint64_t type, gpr, oldcr0, realcr0, fakecr0; local in function:vmx_inkernel_handle_cr0
1628 * fakecr0 is the value the guest believes is in %cr0. realcr0 is the
1633 * In realcr0 we must force CR0_NW and CR0_CD to 0, and CR0_ET and
1637 realcr0 = (fakecr0 & ~CR0_STATIC_MASK) | CR0_ET | CR0_NE;
1639 if (vmx_check_cr(realcr0, vmx_cr0_fixed0, vmx_cr0_fixed1) == -1) {
1648 if (realcr0 & CR0_PG) {
1669 vmx_vmwrite(VMCS_GUEST_CR0, realcr0);

Completed in 14 milliseconds