Searched refs:nr_gp_counters (Results 1 – 1 of 1) sorted by relevance
234 uint32_t nr_gp_counters = this_cpu_property(X86_PROPERTY_PMU_NR_GP_COUNTERS); in guest_test_arch_event() local254 GUEST_ASSERT(nr_gp_counters); in guest_test_arch_event()256 for (i = 0; i < nr_gp_counters; i++) { in guest_test_arch_event()427 uint8_t nr_gp_counters = 0; in guest_test_gp_counters() local431 nr_gp_counters = this_cpu_property(X86_PROPERTY_PMU_NR_GP_COUNTERS); in guest_test_gp_counters()444 if (nr_gp_counters) in guest_test_gp_counters()445 GUEST_ASSERT_EQ(global_ctrl, GENMASK_ULL(nr_gp_counters - 1, 0)); in guest_test_gp_counters()456 guest_rd_wr_counters(base_msr, MAX_NR_GP_COUNTERS, nr_gp_counters, 0); in guest_test_gp_counters()461 uint8_t nr_gp_counters) in test_gp_counters() argument470 nr_gp_counters); in test_gp_counters()[all …]