Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
H A Dpmu_counters_test.c234 uint32_t nr_gp_counters = this_cpu_property(X86_PROPERTY_PMU_NR_GP_COUNTERS); in guest_test_arch_event() local
254 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() local
431 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() argument
470 nr_gp_counters); in test_gp_counters()
[all …]