Home
last modified time | relevance | path

Searched refs:gp_counters (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/kvm/
Dpmu.c65 return &pmu->gp_counters[msr - base]; in get_gp_pmc()
454 counters = fixed ? pmu->fixed_counters : pmu->gp_counters; in kvm_pmu_read_pmc()
521 pmu->gp_counters[i].type = KVM_PMC_GP; in kvm_pmu_init()
522 pmu->gp_counters[i].vcpu = vcpu; in kvm_pmu_init()
523 pmu->gp_counters[i].idx = i; in kvm_pmu_init()
541 struct kvm_pmc *pmc = &pmu->gp_counters[i]; in kvm_pmu_reset()
/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h335 struct kvm_pmc gp_counters[INTEL_PMC_MAX_GENERIC]; member