Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c699 error = vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_modinit()
765 cap_halt_exit = (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_modinit()
770 cap_monitor_trap = (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_modinit()
771 MSR_VMX_PROCBASED_CTLS, in vmx_modinit()
775 cap_pause_exit = (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_modinit()
829 error = vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_modinit()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h630 #define MSR_VMX_PROCBASED_CTLS 0x482 macro
/f-stack/freebsd/x86/x86/
H A Didentcpu.c2487 proc = vmx_settable(basic, MSR_VMX_PROCBASED_CTLS, in print_vmx_info()