emu_status 107 arch/x86/hyperv/hv_init.c struct hv_tsc_emulation_status emu_status; emu_status 109 arch/x86/hyperv/hv_init.c rdmsrl(HV_X64_MSR_TSC_EMULATION_STATUS, *(u64 *)&emu_status); emu_status 112 arch/x86/hyperv/hv_init.c if (hv_reenlightenment_cb && emu_status.inprogress) emu_status 120 arch/x86/hyperv/hv_init.c struct hv_tsc_emulation_status emu_status; emu_status 122 arch/x86/hyperv/hv_init.c rdmsrl(HV_X64_MSR_TSC_EMULATION_STATUS, *(u64 *)&emu_status); emu_status 123 arch/x86/hyperv/hv_init.c emu_status.inprogress = 0; emu_status 124 arch/x86/hyperv/hv_init.c wrmsrl(HV_X64_MSR_TSC_EMULATION_STATUS, *(u64 *)&emu_status);