Home
last modified time | relevance | path

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

/openbsd/sys/arch/amd64/include/
H A Dcpu.h69 uint64_t vmx_cr0_fixed0; member
/openbsd/sys/arch/amd64/amd64/
H A Didentcpu.c964 ci->ci_vmm_cap.vcc_vmx.vmx_cr0_fixed0 = msr; in cpu_check_vmm_cap()
H A Dvmm_machdep.c2221 want1 = (curcpu()->ci_vmm_cap.vcc_vmx.vmx_cr0_fixed0) & in vcpu_reset_regs_vmx()
2223 want0 = ~(curcpu()->ci_vmm_cap.vcc_vmx.vmx_cr0_fixed0) & in vcpu_reset_regs_vmx()
6946 curcpu()->ci_vmm_cap.vcc_vmx.vmx_cr0_fixed0); in vmx_dump_vmcs()