Lines Matching refs:vmx_set_ctlreg
706 error = vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_modinit()
720 error = vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS2, in vmx_modinit()
731 error = vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS2, MSR_VMX_PROCBASED_CTLS2, in vmx_modinit()
737 error = vmx_set_ctlreg(MSR_VMX_PINBASED_CTLS, in vmx_modinit()
748 error = vmx_set_ctlreg(MSR_VMX_EXIT_CTLS, MSR_VMX_TRUE_EXIT_CTLS, in vmx_modinit()
759 error = vmx_set_ctlreg(MSR_VMX_ENTRY_CTLS, MSR_VMX_TRUE_ENTRY_CTLS, in vmx_modinit()
772 cap_halt_exit = (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_modinit()
777 cap_monitor_trap = (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_modinit()
782 cap_pause_exit = (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_modinit()
787 cap_wbinvd_exit = (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS2, in vmx_modinit()
822 error = vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS2, in vmx_modinit()
832 cap_unrestricted_guest = (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS2, in vmx_modinit()
837 cap_invpcid = (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS2, in vmx_modinit()
844 error = vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_modinit()
871 error = vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS2, MSR_VMX_PROCBASED_CTLS2, in vmx_modinit()
892 error = vmx_set_ctlreg(MSR_VMX_PINBASED_CTLS, in vmx_modinit()