Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c713 error = vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS2, in vmx_modinit()
714 MSR_VMX_PROCBASED_CTLS2, in vmx_modinit()
724 error = vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS2, MSR_VMX_PROCBASED_CTLS2, in vmx_modinit()
809 error = vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS2, in vmx_modinit()
810 MSR_VMX_PROCBASED_CTLS2, in vmx_modinit()
817 cap_unrestricted_guest = (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS2, in vmx_modinit()
818 MSR_VMX_PROCBASED_CTLS2, in vmx_modinit()
822 cap_invpcid = (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS2, in vmx_modinit()
823 MSR_VMX_PROCBASED_CTLS2, PROCBASED2_ENABLE_INVPCID, 0, in vmx_modinit()
852 error = vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS2, MSR_VMX_PROCBASED_CTLS2, in vmx_modinit()
/f-stack/freebsd/x86/x86/
H A Didentcpu.c2490 proc2 = vmx_settable(basic, MSR_VMX_PROCBASED_CTLS2, in print_vmx_info()
2491 MSR_VMX_PROCBASED_CTLS2); in print_vmx_info()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h637 #define MSR_VMX_PROCBASED_CTLS2 0x48b macro