Searched refs:VMCS_GUEST_CR0 (Results 1 – 3 of 3) sorted by relevance
58 case VMCS_GUEST_CR0: in vmcs_fix_regval()75 return (VMCS_GUEST_CR0); in vmcs_field_encoding()
242 #define VMCS_GUEST_CR0 0x00006800 macro
1607 vmcs_write(VMCS_GUEST_CR0, crval); in vmx_emulate_cr0_access()1698 } else if (vmcs_read(VMCS_GUEST_CR0) & CR0_PE) { in vmx_cpu_mode()1709 if (!(vmcs_read(VMCS_GUEST_CR0) & CR0_PG)) in vmx_paging_mode()2342 vis->cr0 = vmcs_read(VMCS_GUEST_CR0); in vmx_exit_process()