Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/intel/
H A Dvmx_controls.h51 #define PROCBASED_USE_TPR_SHADOW (1 << 21) macro
H A Dvmx.c845 MSR_VMX_TRUE_PROCBASED_CTLS, PROCBASED_USE_TPR_SHADOW, 0, in vmx_modinit()
858 procbased_ctls |= PROCBASED_USE_TPR_SHADOW; in vmx_modinit()
884 procbased_ctls |= PROCBASED_USE_TPR_SHADOW; in vmx_modinit()
3144 if ((vcpu->cap.proc_ctls & PROCBASED_USE_TPR_SHADOW) != 0) { in vmx_run()
3933 proc_ctls &= ~PROCBASED_USE_TPR_SHADOW; in vmx_enable_x2apic_mode_ts()
/freebsd/sys/x86/x86/
H A Didentcpu.c2524 if (proc & PROCBASED_USE_TPR_SHADOW && in print_vmx_info()