Searched refs:nr_gp_counters (Results 1 – 1 of 1) sorted by relevance
269 uint32_t nr_gp_counters = this_cpu_property(X86_PROPERTY_PMU_NR_GP_COUNTERS); in guest_test_arch_event() local289 GUEST_ASSERT(nr_gp_counters); in guest_test_arch_event()291 for (i = 0; i < nr_gp_counters; i++) { in guest_test_arch_event()465 uint8_t nr_gp_counters = 0; in guest_test_gp_counters() local469 nr_gp_counters = this_cpu_property(X86_PROPERTY_PMU_NR_GP_COUNTERS); in guest_test_gp_counters()482 if (nr_gp_counters) in guest_test_gp_counters()483 GUEST_ASSERT_EQ(global_ctrl, GENMASK_ULL(nr_gp_counters - 1, 0)); in guest_test_gp_counters()494 guest_rd_wr_counters(base_msr, MAX_NR_GP_COUNTERS, nr_gp_counters, 0); in guest_test_gp_counters()499 uint8_t nr_gp_counters) in test_gp_counters() argument508 nr_gp_counters); in test_gp_counters()[all …]