Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmcs12.h73 u64 tsc_multiplier; member
255 CHECK_OFFSET(tsc_multiplier, 328); in vmx_check_vmcs12_offsets()
H A Dvmcs12.c40 FIELD64(TSC_MULTIPLIER, tsc_multiplier),
H A Dhyperv.c136 EVMCS1_FIELD(TSC_MULTIPLIER, tsc_multiplier,
H A Dnested.c1731 vmcs12->tsc_multiplier = evmcs->tsc_multiplier; in copy_enlightened_to_vmcs12()
H A Dvmx.c1924 return vmcs12->tsc_multiplier; in vmx_get_l2_tsc_multiplier()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Devmcs.h214 u64 tsc_multiplier; member
670 *value = current_evmcs->tsc_multiplier; in evmcs_vmread()
1198 current_evmcs->tsc_multiplier = value; in evmcs_vmwrite()
/openbmc/linux/arch/x86/include/asm/
H A Dhyperv-tlfs.h614 u64 tsc_multiplier; member