Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm-x86-pmu-ops.h16 KVM_X86_PMU_OP_OPTIONAL(check_rdpmc_early)
/linux/arch/x86/kvm/svm/
H A Dpmu.c266 .check_rdpmc_early = amd_check_rdpmc_early,
/linux/arch/x86/kvm/
H A Dpmu.h30 int (*check_rdpmc_early)(struct kvm_vcpu *vcpu, unsigned int idx); member
H A Dkvm_emulate.h219 int (*check_rdpmc_early)(struct x86_emulate_ctxt *ctxt, u32 pmc); member
H A Dpmu.c684 if (!kvm_pmu_ops.check_rdpmc_early) in kvm_pmu_check_rdpmc_early()
687 return kvm_pmu_call(check_rdpmc_early)(vcpu, idx); in kvm_pmu_check_rdpmc_early()
H A Demulate.c3912 ctxt->ops->check_rdpmc_early(ctxt, rcx)) in check_rdpmc()
H A Dx86.c8921 .check_rdpmc_early = emulator_check_rdpmc_early,