Lines Matching full:chained
72 * kvm_pmu_pmc_is_chained - determine if the pmc is chained
79 return test_bit(pmc->idx >> 1, vcpu->arch.pmu.chained); in kvm_pmu_pmc_is_chained()
95 * When a pair of PMCs are chained together we use the low counter (canonical)
289 bitmap_zero(vcpu->arch.pmu.chained, ARMV8_PMU_MAX_COUNTER_PAIRS); in kvm_pmu_vcpu_reset()
634 * For chained counters the event type and filtering attributes are in kvm_pmu_create_perf_event()
678 * chained counters we only support overflow interrupts on the in kvm_pmu_create_perf_event()
708 * kvm_pmu_update_pmc_chained - update chained bitmap
712 * Update the chained bitmap based on the event type written in the
732 * During promotion from !chained to chained we must ensure in kvm_pmu_update_pmc_chained()
736 set_bit(pmc->idx >> 1, vcpu->arch.pmu.chained); in kvm_pmu_update_pmc_chained()
739 clear_bit(pmc->idx >> 1, vcpu->arch.pmu.chained); in kvm_pmu_update_pmc_chained()