Searched refs:emu_status (Results 1 – 1 of 1) sorted by relevance
127 struct hv_tsc_emulation_status emu_status; in hv_reenlightenment_notify() local129 rdmsrl(HV_X64_MSR_TSC_EMULATION_STATUS, *(u64 *)&emu_status); in hv_reenlightenment_notify()132 if (hv_reenlightenment_cb && emu_status.inprogress) in hv_reenlightenment_notify()140 struct hv_tsc_emulation_status emu_status; in hyperv_stop_tsc_emulation() local142 rdmsrl(HV_X64_MSR_TSC_EMULATION_STATUS, *(u64 *)&emu_status); in hyperv_stop_tsc_emulation()143 emu_status.inprogress = 0; in hyperv_stop_tsc_emulation()144 wrmsrl(HV_X64_MSR_TSC_EMULATION_STATUS, *(u64 *)&emu_status); in hyperv_stop_tsc_emulation()