Home
last modified time | relevance | path

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

/arch/x86/hyperv/
A Dhv_init.c143 struct hv_tsc_emulation_status emu_status; in hv_reenlightenment_notify() local
145 rdmsrq(HV_X64_MSR_TSC_EMULATION_STATUS, *(u64 *)&emu_status); in hv_reenlightenment_notify()
148 if (hv_reenlightenment_cb && emu_status.inprogress) in hv_reenlightenment_notify()
156 struct hv_tsc_emulation_status emu_status; in hyperv_stop_tsc_emulation() local
158 rdmsrq(HV_X64_MSR_TSC_EMULATION_STATUS, *(u64 *)&emu_status); in hyperv_stop_tsc_emulation()
159 emu_status.inprogress = 0; in hyperv_stop_tsc_emulation()
160 wrmsrq(HV_X64_MSR_TSC_EMULATION_STATUS, *(u64 *)&emu_status); in hyperv_stop_tsc_emulation()

Completed in 6 milliseconds