Home
last modified time | relevance | path

Searched refs:kvm_x86_pmu_feature (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dpmu_counters_test.c40 struct kvm_x86_pmu_feature feature = {}; \
45 static bool pmu_is_null_feature(struct kvm_x86_pmu_feature event) in pmu_is_null_feature()
51 struct kvm_x86_pmu_feature gp_event;
52 struct kvm_x86_pmu_feature fixed_event;
273 struct kvm_x86_pmu_feature gp_event, fixed_event; in guest_test_arch_event()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h318 struct kvm_x86_pmu_feature { struct
323 struct kvm_x86_pmu_feature feature = { \ argument
770 static inline bool this_pmu_has(struct kvm_x86_pmu_feature feature) in this_pmu_has()
1010 static inline bool kvm_pmu_has(struct kvm_x86_pmu_feature feature) in kvm_pmu_has()