KVM_PMC_GP
pmu->counter_bitmask[KVM_PMC_GP] != (BIT_ULL(kvm_host_pmu.bit_width_gp) - 1) ||
pmu->counter_bitmask[KVM_PMC_GP] = 0;
return pmc->type == KVM_PMC_GP;
pmu->counter_bitmask[KVM_PMC_GP] = BIT_ULL(48) - 1;
pmu->gp_counters[i].type = KVM_PMC_GP;
bitmask = pmu->counter_bitmask[KVM_PMC_GP];
val & pmu->counter_bitmask[KVM_PMC_GP];
(data & ~pmu->counter_bitmask[KVM_PMC_GP]))
pmu->counter_bitmask[KVM_PMC_GP] = BIT_ULL(eax.split.bit_width) - 1;
pmu->gp_counters[i].type = KVM_PMC_GP;