Searched refs:TEST_MSR (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/tools/testing/selftests/kvm/x86_64/ |
D | kvm_pv_test.c | 20 #define TEST_MSR(msr) { .idx = msr, .name = #msr } macro 29 TEST_MSR(MSR_KVM_SYSTEM_TIME), 30 TEST_MSR(MSR_KVM_SYSTEM_TIME_NEW), 31 TEST_MSR(MSR_KVM_WALL_CLOCK), 32 TEST_MSR(MSR_KVM_WALL_CLOCK_NEW), 33 TEST_MSR(MSR_KVM_ASYNC_PF_EN), 34 TEST_MSR(MSR_KVM_STEAL_TIME), 35 TEST_MSR(MSR_KVM_PV_EOI_EN), 36 TEST_MSR(MSR_KVM_POLL_CONTROL), 37 TEST_MSR(MSR_KVM_ASYNC_PF_INT), [all …]
|