Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/
A Dhyperv.h61 #define HV_X64_MSR_STIMER0_COUNT 0x400000B1 macro
/linux-6.3-rc2/arch/x86/kvm/
A Dhyperv.c1284 case HV_X64_MSR_STIMER0_COUNT: in hv_check_msr_access()
1556 case HV_X64_MSR_STIMER0_COUNT: in kvm_hv_set_msr()
1560 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2; in kvm_hv_set_msr()
1676 case HV_X64_MSR_STIMER0_COUNT: in kvm_hv_get_msr()
1680 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2; in kvm_hv_get_msr()
/linux-6.3-rc2/arch/x86/include/asm/
A Dhyperv-tlfs.h276 #define HV_X64_MSR_STIMER0_COUNT HV_REGISTER_STIMER0_COUNT macro

Completed in 12 milliseconds