Searched refs:expected_pmcr_n (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/kvm/aarch64/
H A Dvpmu_counter_access.c354 * The guest is configured with PMUv3 with @expected_pmcr_n number of
356 * Check if @expected_pmcr_n is consistent with PMCR_EL0.N, and
360 static void guest_code(uint64_t expected_pmcr_n) argument
365 __GUEST_ASSERT(expected_pmcr_n <= ARMV8_PMU_MAX_GENERAL_COUNTERS,
367 expected_pmcr_n, ARMV8_PMU_MAX_GENERAL_COUNTERS);
373 __GUEST_ASSERT(pmcr_n == expected_pmcr_n,
375 expected_pmcr_n, pmcr_n);

Completed in 203 milliseconds