Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/intel/
H A Dvmx.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/sys/x86/include/
H A Dspecialreg.h665 #define MSR_VMX_PROCBASED_CTLS 0x482 macro
/freebsd/sys/x86/x86/
H A Didentcpu.c2480 proc = vmx_settable(basic, MSR_VMX_PROCBASED_CTLS, in print_vmx_info()