Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/amd64/vmm/intel/
HDvmx.c665 error = vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_init()
731 cap_halt_exit = (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_init()
736 cap_monitor_trap = (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_init()
737 MSR_VMX_PROCBASED_CTLS, in vmx_init()
741 cap_pause_exit = (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_init()
758 error = vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_init()
/freebsd-11-stable/sys/x86/include/
HDspecialreg.h556 #define MSR_VMX_PROCBASED_CTLS 0x482 macro
/freebsd-11-stable/sys/x86/x86/
HDidentcpu.c2337 proc = vmx_settable(basic, MSR_VMX_PROCBASED_CTLS, in print_vmx_info()