Home
last modified time | relevance | path

Searched refs:SECONDARY_EXEC_TSC_SCALING (Results 1 – 9 of 9) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dhyperv_evmcs.h84 SECONDARY_EXEC_TSC_SCALING | \
H A Dhyperv.c75 [EVMCSv1_LEGACY] = EVMCS1_SUPPORTED_2NDEXEC & ~SECONDARY_EXEC_TSC_SCALING,
H A Dcapabilities.h276 SECONDARY_EXEC_TSC_SCALING; in cpu_has_vmx_tsc_scaling()
H A Dvmx.h566 SECONDARY_EXEC_TSC_SCALING | \
H A Dnested.c2967 if (nested_cpu_has2(vmcs12, SECONDARY_EXEC_TSC_SCALING) && in nested_check_vm_execution_controls()
5091 if (nested_cpu_has2(vmcs12, SECONDARY_EXEC_TSC_SCALING)) in __nested_vmx_vmexit()
7221 SECONDARY_EXEC_TSC_SCALING | in nested_vmx_setup_secondary_ctls()
H A Dvmx.c2053 nested_cpu_has2(vmcs12, SECONDARY_EXEC_TSC_SCALING)) in vmx_get_l2_tsc_multiplier()
6734 if (secondary_exec_control & SECONDARY_EXEC_TSC_SCALING) in dump_vmcs()
/linux/tools/testing/selftests/kvm/x86/
H A Dnested_tsc_scaling_test.c126 control |= SECONDARY_EXEC_TSC_SCALING; in l1_vmx_code()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dvmx.h64 #define SECONDARY_EXEC_TSC_SCALING 0x02000000 macro
/linux/arch/x86/include/asm/
H A Dvmx.h79 #define SECONDARY_EXEC_TSC_SCALING VMCS_CONTROL_BIT(TSC_SCALING) macro