Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/intel/
H A Dvmcs.c64 case VMCS_GUEST_CR0: in vmcs_fix_regval()
81 return (VMCS_GUEST_CR0); in vmcs_field_encoding()
H A Dvmcs.h255 #define VMCS_GUEST_CR0 0x00006800 macro
H A Dvmx.c1894 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()