Searched refs:VMCS_GUEST_CR0 (Results 1 – 3 of 3) sorted by relevance
64 case VMCS_GUEST_CR0: in vmcs_fix_regval()81 return (VMCS_GUEST_CR0); in vmcs_field_encoding()
255 #define VMCS_GUEST_CR0 0x00006800 macro
1894 vmcs_write(VMCS_GUEST_CR0, crval); in vmx_emulate_cr0_access()1986 } else if (vmcs_read(VMCS_GUEST_CR0) & CR0_PE) { in vmx_cpu_mode()1998 if (!(vmcs_read(VMCS_GUEST_CR0) & CR0_PG)) in vmx_paging_mode()2658 vis->cr0 = vmcs_read(VMCS_GUEST_CR0); in vmx_exit_process()