Home
last modified time | relevance | path

Searched refs:VMCS_GUEST_CR0 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmm/intel/
H A Dvmcs.c60 return (VMCS_GUEST_CR0); in vmcs_field_encoding()
H A Dvmcs.h208 #define VMCS_GUEST_CR0 0x00006800 macro
H A Dvmx.c1703 const uint64_t old = vmcs_read(VMCS_GUEST_CR0); in vmx_emulate_cr0_access()
1710 vmcs_write(VMCS_GUEST_CR0, crval); in vmx_emulate_cr0_access()
1795 } else if (vmcs_read(VMCS_GUEST_CR0) & CR0_PE) { in vmx_cpu_mode()
1806 if (!(vmcs_read(VMCS_GUEST_CR0) & CR0_PG)) in vmx_paging_mode()
3116 case VMCS_GUEST_CR0: in vmx_getreg()
3181 case VMCS_GUEST_CR0: in vmx_setreg()