Home
last modified time | relevance | path

Searched refs:msr_hv_stimer_count (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/i386/
H A Dmachine.c874 if (env->msr_hv_stimer_config[i] || env->msr_hv_stimer_count[i]) { in hyperv_stimer_enable_needed()
889 VMSTATE_UINT64_ARRAY(env.msr_hv_stimer_count, X86CPU, HV_STIMER_COUNT),
H A Dcpu.h1893 uint64_t msr_hv_stimer_count[HV_STIMER_COUNT]; member
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c4089 for (j = 0; j < ARRAY_SIZE(env->msr_hv_stimer_count); j++) { in kvm_put_msrs()
4091 env->msr_hv_stimer_count[j]); in kvm_put_msrs()
4827 env->msr_hv_stimer_count[(index - HV_X64_MSR_STIMER0_COUNT)/2] = in kvm_get_msrs()