Searched refs:nr_gp_counters (Results 1 – 1 of 1) sorted by relevance
271 GUEST_ASSERT(nr_gp_counters); in guest_test_arch_event()273 for (i = 0; i < nr_gp_counters; i++) { in guest_test_arch_event()444 uint8_t nr_gp_counters = 0; in guest_test_gp_counters() local448 nr_gp_counters = this_cpu_property(X86_PROPERTY_PMU_NR_GP_COUNTERS); in guest_test_gp_counters()461 if (nr_gp_counters) in guest_test_gp_counters()462 GUEST_ASSERT_EQ(global_ctrl, GENMASK_ULL(nr_gp_counters - 1, 0)); in guest_test_gp_counters()473 guest_rd_wr_counters(base_msr, MAX_NR_GP_COUNTERS, nr_gp_counters, 0); in guest_test_gp_counters()478 uint8_t nr_gp_counters) in test_gp_counters() argument487 nr_gp_counters); in test_gp_counters()566 uint8_t nr_gp_counters = kvm_cpu_property(X86_PROPERTY_PMU_NR_GP_COUNTERS); in test_intel_counters() local[all …]