Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
H A Dvmx_nested_tsc_scaling_test.c
/linux/arch/x86/kvm/vmx/
H A Dcapabilities.h265 SECONDARY_EXEC_TSC_SCALING; in cpu_has_vmx_tsc_scaling()
H A Dvmx.h574 SECONDARY_EXEC_TSC_SCALING | \
H A Dnested.c4975 if (nested_cpu_has2(vmcs12, SECONDARY_EXEC_TSC_SCALING)) in nested_vmx_vmexit()
7099 SECONDARY_EXEC_TSC_SCALING | in nested_vmx_setup_secondary_ctls()
H A Dvmx.c1947 nested_cpu_has2(vmcs12, SECONDARY_EXEC_TSC_SCALING)) in vmx_get_l2_tsc_multiplier()
6432 if (secondary_exec_control & SECONDARY_EXEC_TSC_SCALING) in dump_vmcs()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h
/linux/arch/x86/include/asm/
H A Dvmx.h79 #define SECONDARY_EXEC_TSC_SCALING VMCS_CONTROL_BIT(TSC_SCALING) macro