Searched refs:MSR_VMX_PROCBASED_CTLS2 (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/amd64/vmm/intel/ |
| H A D | vmx.c | 713 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 D | identcpu.c | 2490 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 D | specialreg.h | 637 #define MSR_VMX_PROCBASED_CTLS2 0x48b macro
|