Lines Matching full:chained
61 * kvm_pmu_pmc_is_chained - determine if the pmc is chained
68 return test_bit(pmc->idx >> 1, vcpu->arch.pmu.chained); in kvm_pmu_pmc_is_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); in kvm_pmu_vcpu_reset()
606 * For chained counters the event type and filtering attributes are in kvm_pmu_create_perf_event()
650 * chained counters we only support overflow interrupts on the in kvm_pmu_create_perf_event()
680 * kvm_pmu_update_pmc_chained - update chained bitmap
684 * Update the chained bitmap based on the event type written in the
704 * During promotion from !chained to chained we must ensure in kvm_pmu_update_pmc_chained()
708 set_bit(pmc->idx >> 1, vcpu->arch.pmu.chained); in kvm_pmu_update_pmc_chained()
711 clear_bit(pmc->idx >> 1, vcpu->arch.pmu.chained); in kvm_pmu_update_pmc_chained()