Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/vmm/intel/
H A Dvmcs.c65 case VMCS_GUEST_CR0: in vmcs_fix_regval()
82 return (VMCS_GUEST_CR0); in vmcs_field_encoding()
H A Dvmcs.h255 #define VMCS_GUEST_CR0 0x00006800 macro
H A Dvmx.c1883 vmcs_write(VMCS_GUEST_CR0, crval); in vmx_emulate_cr0_access()
1975 } else if (vmcs_read(VMCS_GUEST_CR0) & CR0_PE) { in vmx_cpu_mode()
1987 if (!(vmcs_read(VMCS_GUEST_CR0) & CR0_PG)) in vmx_paging_mode()
2647 vis->cr0 = vmcs_read(VMCS_GUEST_CR0); in vmx_exit_process()