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.c155 *mask &= pmu->counter_bitmask[fixed ? KVM_PMC_FIXED : KVM_PMC_GP]; in intel_rdpmc_ecx_to_pmc()
379 val & pmu->counter_bitmask[KVM_PMC_GP]; in intel_pmu_get_msr()
439 (data & ~pmu->counter_bitmask[KVM_PMC_GP])) in intel_pmu_set_msr()
482 pmu->counter_bitmask[KVM_PMC_GP] = 0; in intel_pmu_refresh()
506 pmu->counter_bitmask[KVM_PMC_GP] = ((u64)1 << eax.split.bit_width) - 1; in intel_pmu_refresh()
566 pmu->gp_counters[i].type = KVM_PMC_GP; in intel_pmu_init()
/arch/x86/kvm/svm/
Dpmu.c305 pmu->counter_bitmask[KVM_PMC_GP] = ((u64)1 << 48) - 1; in amd_pmu_refresh()
324 pmu->gp_counters[i].type = KVM_PMC_GP; in amd_pmu_init()
/arch/x86/kvm/
Dpmu.h84 return pmc->type == KVM_PMC_GP; in pmc_is_gp()
/arch/x86/include/asm/
Dkvm_host.h477 KVM_PMC_GP = 0, enumerator