Searched refs:nr_fixed_counters (Results 1 – 1 of 1) sorted by relevance
768 uint8_t nr_fixed_counters = kvm_cpu_property(X86_PROPERTY_PMU_NR_FIXED_COUNTERS); in test_filter_ioctl() local807 f.fixed_counter_bitmap = ~GENMASK_ULL(nr_fixed_counters, 0); in test_filter_ioctl()855 uint8_t nr_fixed_counters) in __test_fixed_counter_bitmap() argument861 TEST_ASSERT(nr_fixed_counters < sizeof(bitmap) * 8, in __test_fixed_counter_bitmap()871 for (i = 0; i < BIT(nr_fixed_counters); i++) { in __test_fixed_counter_bitmap()899 uint8_t nr_fixed_counters = kvm_cpu_property(X86_PROPERTY_PMU_NR_FIXED_COUNTERS); in test_fixed_counter_bitmap() local908 for (idx = 0; idx < nr_fixed_counters; idx++) { in test_fixed_counter_bitmap()912 __test_fixed_counter_bitmap(vcpu, idx, nr_fixed_counters); in test_fixed_counter_bitmap()