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.c706 error = vmx_set_ctlreg(MSR_VMX_PROCBASED_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()
778 MSR_VMX_PROCBASED_CTLS, in vmx_modinit()
782 cap_pause_exit = (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_modinit()
844 error = vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_modinit()
/freebsd/sys/x86/include/
H A Dspecialreg.h705 #define MSR_VMX_PROCBASED_CTLS 0x482 macro
/freebsd/sys/x86/x86/
H A Didentcpu.c2502 proc = vmx_settable(basic, MSR_VMX_PROCBASED_CTLS, in print_vmx_info()