Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dkvm-x86-pmu-ops.h16 KVM_X86_PMU_OP_OPTIONAL(check_rdpmc_early)
/linux-6.12.1/arch/x86/kvm/svm/
Dpmu.c233 .check_rdpmc_early = amd_check_rdpmc_early,
/linux-6.12.1/arch/x86/kvm/
Dpmu.h35 int (*check_rdpmc_early)(struct kvm_vcpu *vcpu, unsigned int idx); member
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()
Dkvm_emulate.h212 int (*check_rdpmc_early)(struct x86_emulate_ctxt *ctxt, u32 pmc); member
Demulate.c3929 ctxt->ops->check_rdpmc_early(ctxt, rcx)) in check_rdpmc()
Dx86.c8643 .check_rdpmc_early = emulator_check_rdpmc_early,