Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/x86_64/
A Dhyperv.h59 #define HV_X64_MSR_STIMER0_COUNT 0x400000B1 macro
/linux/arch/x86/kvm/
A Dhyperv.c1267 case HV_X64_MSR_STIMER0_COUNT: in hv_check_msr_access()
1526 case HV_X64_MSR_STIMER0_COUNT: in kvm_hv_set_msr()
1530 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2; in kvm_hv_set_msr()
1644 case HV_X64_MSR_STIMER0_COUNT: in kvm_hv_get_msr()
1648 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2; in kvm_hv_get_msr()
/linux/arch/x86/include/asm/
A Dhyperv-tlfs.h254 #define HV_X64_MSR_STIMER0_COUNT HV_REGISTER_STIMER0_COUNT macro

Completed in 11 milliseconds