Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dpmu_intel.c148 *mask &= pmu->counter_bitmask[fixed ? KVM_PMC_FIXED : KVM_PMC_GP]; in intel_msr_idx_to_pmc()
195 *data = val & pmu->counter_bitmask[KVM_PMC_GP]; in intel_pmu_get_msr()
281 pmu->counter_bitmask[KVM_PMC_GP] = 0; in intel_pmu_refresh()
301 pmu->counter_bitmask[KVM_PMC_GP] = ((u64)1 << eax.split.bit_width) - 1; in intel_pmu_refresh()
341 pmu->gp_counters[i].type = KVM_PMC_GP; in intel_pmu_init()
/arch/x86/kvm/
Dpmu_amd.c288 pmu->counter_bitmask[KVM_PMC_GP] = ((u64)1 << 48) - 1; in amd_pmu_refresh()
305 pmu->gp_counters[i].type = KVM_PMC_GP; in amd_pmu_init()
Dpmu.h70 return pmc->type == KVM_PMC_GP; in pmc_is_gp()
/arch/x86/include/asm/
Dkvm_host.h444 KVM_PMC_GP = 0, enumerator