Home
last modified time | relevance | path

Searched refs:vmx_has_l1_flush_msr (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/arch/amd64/amd64/
Didentcpu.c1031 ci->ci_vmm_cap.vcc_vmx.vmx_has_l1_flush_msr = 1; in cpu_check_vmm_cap()
1033 ci->ci_vmm_cap.vcc_vmx.vmx_has_l1_flush_msr = 0; in cpu_check_vmm_cap()
1045 ci->ci_vmm_cap.vcc_vmx.vmx_has_l1_flush_msr)) in cpu_check_vmm_cap()
1046 ci->ci_vmm_cap.vcc_vmx.vmx_has_l1_flush_msr = in cpu_check_vmm_cap()
Dcpu.c418 } else if (cpu_info_primary.ci_vmm_cap.vcc_vmx.vmx_has_l1_flush_msr == 1) { in replacemds()
Dvmm_machdep.c305 if (!(curcpu()->ci_vmm_cap.vcc_vmx.vmx_has_l1_flush_msr)) { in vmm_attach_machdep()
3834 ci->ci_vmm_cap.vcc_vmx.vmx_has_l1_flush_msr); in vcpu_run_vmx()
/openbsd/src/sys/arch/amd64/include/
Dcpu.h76 uint8_t vmx_has_l1_flush_msr; member