Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/amd64/vmm/intel/
Dvmx.c690 error = vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_init()
756 cap_halt_exit = (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_init()
761 cap_monitor_trap = (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_init()
762 MSR_VMX_PROCBASED_CTLS, in vmx_init()
766 cap_pause_exit = (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_init()
820 error = vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS, in vmx_init()
/freebsd-12-stable/sys/x86/include/
Dspecialreg.h599 #define MSR_VMX_PROCBASED_CTLS 0x482 macro
/freebsd-12-stable/sys/x86/x86/
Didentcpu.c2384 proc = vmx_settable(basic, MSR_VMX_PROCBASED_CTLS, in print_vmx_info()