Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dpmu.h27 unsigned int (*pmc_perf_hw_id)(struct kvm_pmc *pmc); member
H A Dpmu.c218 config = kvm_x86_ops.pmu_ops->pmc_perf_hw_id(pmc); in reprogram_gp_counter()
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dpmu.c336 .pmc_perf_hw_id = amd_pmc_perf_hw_id,
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dpmu_intel.c450 .pmc_perf_hw_id = intel_pmc_perf_hw_id,