Searched refs:SECONDARY_EXEC_TSC_SCALING (Results 1 – 5 of 5) sorted by relevance
126 control |= SECONDARY_EXEC_TSC_SCALING; in l1_vmx_code()
277 SECONDARY_EXEC_TSC_SCALING; in cpu_has_vmx_tsc_scaling()
2967 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()7223 SECONDARY_EXEC_TSC_SCALING | in nested_vmx_setup_secondary_ctls()
2020 nested_cpu_has2(vmcs12, SECONDARY_EXEC_TSC_SCALING)) in vmx_get_l2_tsc_multiplier()6635 if (secondary_exec_control & SECONDARY_EXEC_TSC_SCALING) in dump_vmcs()
64 #define SECONDARY_EXEC_TSC_SCALING 0x02000000 macro