Home
last modified time | relevance | path

Searched refs:KVM_PMC_GP (Results 1 – 4 of 4) sorted by relevance

/arch/x86/kvm/
Dpmu_amd.c158 pmu->counter_bitmask[KVM_PMC_GP] = ((u64)1 << 48) - 1; in amd_pmu_refresh()
173 pmu->gp_counters[i].type = KVM_PMC_GP; in amd_pmu_init()
Dpmu_intel.c277 pmu->counter_bitmask[KVM_PMC_GP] = 0; in intel_pmu_refresh()
294 pmu->counter_bitmask[KVM_PMC_GP] = ((u64)1 << eax.split.bit_width) - 1; in intel_pmu_refresh()
325 pmu->gp_counters[i].type = KVM_PMC_GP; in intel_pmu_init()
Dpmu.h65 return pmc->type == KVM_PMC_GP; in pmc_is_gp()
/arch/x86/include/asm/
Dkvm_host.h324 KVM_PMC_GP = 0, enumerator