Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/hyperv/
Dhv_init.c97 rdmsrl(HV_X64_MSR_TSC_EMULATION_STATUS, *(u64 *)&emu_status); in hv_reenlightenment_notify()
110 rdmsrl(HV_X64_MSR_TSC_EMULATION_STATUS, *(u64 *)&emu_status); in hyperv_stop_tsc_emulation()
112 wrmsrl(HV_X64_MSR_TSC_EMULATION_STATUS, *(u64 *)&emu_status); in hyperv_stop_tsc_emulation()
/Linux-v5.15/tools/testing/selftests/kvm/include/x86_64/
Dhyperv.h75 #define HV_X64_MSR_TSC_EMULATION_STATUS 0x40000108 macro
/Linux-v5.15/arch/x86/include/asm/
Dhyperv-tlfs.h248 #define HV_X64_MSR_TSC_EMULATION_STATUS 0x40000108 macro
/Linux-v5.15/arch/x86/kvm/
Dhyperv.c980 case HV_X64_MSR_TSC_EMULATION_STATUS: in kvm_hv_msr_partition_wide()
1286 case HV_X64_MSR_TSC_EMULATION_STATUS: in hv_check_msr_access()
1405 case HV_X64_MSR_TSC_EMULATION_STATUS: in kvm_hv_set_msr_pw()
1588 case HV_X64_MSR_TSC_EMULATION_STATUS: in kvm_hv_get_msr_pw()
Dx86.c1362 HV_X64_MSR_TSC_EMULATION_STATUS,
3506 case HV_X64_MSR_TSC_EMULATION_STATUS: in kvm_set_msr_common()
3822 case HV_X64_MSR_TSC_EMULATION_STATUS: in kvm_get_msr_common()
/Linux-v5.15/tools/testing/selftests/kvm/x86_64/
Dhyperv_features.c403 msr->idx = HV_X64_MSR_TSC_EMULATION_STATUS; in guest_test_msrs_access()