Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx_controls.h53 #define PROCBASED_USE_TPR_SHADOW (1 << 21) macro
H A Dvmx.c830 MSR_VMX_TRUE_PROCBASED_CTLS, PROCBASED_USE_TPR_SHADOW, 0, in vmx_modinit()
839 procbased_ctls |= PROCBASED_USE_TPR_SHADOW; in vmx_modinit()
861 procbased_ctls |= PROCBASED_USE_TPR_SHADOW; in vmx_modinit()
3080 if ((vmx->cap[vcpu].proc_ctls & PROCBASED_USE_TPR_SHADOW) != 0) { in vmx_run()
3847 proc_ctls &= ~PROCBASED_USE_TPR_SHADOW; in vmx_enable_x2apic_mode_ts()
/f-stack/freebsd/x86/x86/
H A Didentcpu.c2528 if (proc & PROCBASED_USE_TPR_SHADOW && in print_vmx_info()