Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dpmu.c40 static struct kvm_pmu_emulated_event_selectors __read_mostly kvm_pmu_eventsel; variable
150 kvm_pmu_eventsel.INSTRUCTIONS_RETIRED = in kvm_init_pmu_capability()
152 kvm_pmu_eventsel.BRANCH_INSTRUCTIONS_RETIRED = in kvm_init_pmu_capability()
580 if (pmc_is_event_match(pmc, kvm_pmu_eventsel.INSTRUCTIONS_RETIRED)) in kvm_pmu_recalc_pmc_emulation()
583 if (pmc_is_event_match(pmc, kvm_pmu_eventsel.BRANCH_INSTRUCTIONS_RETIRED)) in kvm_pmu_recalc_pmc_emulation()