Searched refs:TEST_MSR (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/tools/testing/selftests/kvm/x86_64/ |
D | kvm_pv_test.c | 69 #define TEST_MSR(msr) { .idx = msr, .name = #msr } macro 78 TEST_MSR(MSR_KVM_SYSTEM_TIME), 79 TEST_MSR(MSR_KVM_SYSTEM_TIME_NEW), 80 TEST_MSR(MSR_KVM_WALL_CLOCK), 81 TEST_MSR(MSR_KVM_WALL_CLOCK_NEW), 82 TEST_MSR(MSR_KVM_ASYNC_PF_EN), 83 TEST_MSR(MSR_KVM_STEAL_TIME), 84 TEST_MSR(MSR_KVM_PV_EOI_EN), 85 TEST_MSR(MSR_KVM_POLL_CONTROL), 86 TEST_MSR(MSR_KVM_ASYNC_PF_INT), [all …]
|