Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/amd64/vmm/intel/
HDvmx.c695 error = vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_modinit()
761 cap_halt_exit = (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_modinit()
766 cap_monitor_trap = (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_modinit()
767 MSR_VMX_PROCBASED_CTLS, in vmx_modinit()
771 cap_pause_exit = (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_modinit()
833 error = vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_modinit()
/freebsd-13-stable/sys/x86/include/
HDspecialreg.h667 #define MSR_VMX_PROCBASED_CTLS 0x482 macro
/freebsd-13-stable/sys/x86/x86/
HDidentcpu.c2509 proc = vmx_settable(basic, MSR_VMX_PROCBASED_CTLS, in print_vmx_info()