Home
last modified time | relevance | path

Searched refs:check_rdpmc_early (Results 1 – 6 of 6) 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/
H A Dpmu.h35 int (*check_rdpmc_early)(struct kvm_vcpu *vcpu, unsigned int idx); member
H A Dpmu.c542 if (!kvm_pmu_ops.check_rdpmc_early) in kvm_pmu_check_rdpmc_early()
545 return kvm_pmu_call(check_rdpmc_early)(vcpu, idx); in kvm_pmu_check_rdpmc_early()
H A Dkvm_emulate.h219 int (*check_rdpmc_early)(struct x86_emulate_ctxt *ctxt, u32 pmc); member
H A Demulate.c3935 ctxt->ops->check_rdpmc_early(ctxt, rcx)) in check_rdpmc()
H A Dx86.c8548 .check_rdpmc_early = emulator_check_rdpmc_early,