Searched refs:CPU_BASED_TPR_SHADOW (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/x86/kvm/vmx/
H A Dhyperv_evmcs.h64 CPU_BASED_TPR_SHADOW | \
H A Dcapabilities.h116 return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW;
H A Dnested.c528 if (!nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW))
798 if (CC(!nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)))
2306 exec_control &= ~CPU_BASED_TPR_SHADOW;
2310 if (exec_control & CPU_BASED_TPR_SHADOW)
3266 if (nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) {
3282 exec_controls_clearbit(vmx, CPU_BASED_TPR_SHADOW);
3848 if (nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW)) {
6349 return nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW);
6886 CPU_BASED_TPR_SHADOW | CPU_BASED_ACTIVATE_SECONDARY_CONTROLS;
H A Dvmx.h545 CPU_BASED_TPR_SHADOW | \
H A Dvmx.c2612 _cpu_based_exec_control &= ~CPU_BASED_TPR_SHADOW;
2615 if (!(_cpu_based_exec_control & CPU_BASED_TPR_SHADOW))
4480 exec_control &= ~CPU_BASED_TPR_SHADOW;
4483 if (exec_control & CPU_BASED_TPR_SHADOW)
6399 if (cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW) {
6698 nested_cpu_has(vmcs12, CPU_BASED_TPR_SHADOW))
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h31 #define CPU_BASED_TPR_SHADOW 0x00200000 macro
/linux-master/arch/x86/include/asm/
H A Dvmx.h40 #define CPU_BASED_TPR_SHADOW VMCS_CONTROL_BIT(VIRTUAL_TPR) macro

Completed in 203 milliseconds