Lines Matching refs:chained
61 * kvm_pmu_pmc_is_chained - determine if the pmc is chained
68 return test_bit(pmc->idx >> 1, vcpu->arch.pmu.chained);
84 * When a pair of PMCs are chained together we use the low counter (canonical)
272 bitmap_zero(vcpu->arch.pmu.chained, ARMV8_PMU_MAX_COUNTER_PAIRS);
607 * For chained counters the event type and filtering attributes are
651 * chained counters we only support overflow interrupts on the
681 * kvm_pmu_update_pmc_chained - update chained bitmap
685 * Update the chained bitmap based on the event type written in the
705 * During promotion from !chained to chained we must ensure
709 set_bit(pmc->idx >> 1, vcpu->arch.pmu.chained);
712 clear_bit(pmc->idx >> 1, vcpu->arch.pmu.chained);