Home
last modified time | relevance | path

Searched refs:CPU_BASED_USE_TSC_OFFSETTING (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dnested_tsc_adjust_test.c99 control |= CPU_BASED_USE_MSR_BITMAPS | CPU_BASED_USE_TSC_OFFSETTING; in l1_guest_code()
H A Dnested_tsc_scaling_test.c122 control |= CPU_BASED_USE_MSR_BITMAPS | CPU_BASED_USE_TSC_OFFSETTING; in l1_vmx_code()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dvmx.h19 #define CPU_BASED_USE_TSC_OFFSETTING 0x00000008 macro
/linux/arch/x86/kvm/vmx/
H A Dnested.c3748 if (vmcs12->cpu_based_vm_exec_control & CPU_BASED_USE_TSC_OFFSETTING) in nested_vmx_enter_non_root_mode()
5089 if (nested_cpu_has(vmcs12, CPU_BASED_USE_TSC_OFFSETTING)) { in __nested_vmx_vmexit()
7177 CPU_BASED_NMI_WINDOW_EXITING | CPU_BASED_USE_TSC_OFFSETTING | in nested_vmx_setup_cpubased_ctls()
H A Dvmx.c2009 if (nested_cpu_has(vmcs12, CPU_BASED_USE_TSC_OFFSETTING)) in vmx_get_l2_tsc_offset()
2019 if (nested_cpu_has(vmcs12, CPU_BASED_USE_TSC_OFFSETTING) && in vmx_get_l2_tsc_multiplier()