Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dpmu.h266 bool kvm_need_rdpmc_intercept(struct kvm_vcpu *vcpu);
H A Dpmu.c772 bool kvm_need_rdpmc_intercept(struct kvm_vcpu *vcpu) in kvm_need_rdpmc_intercept() function
787 EXPORT_SYMBOL_FOR_KVM_INTERNAL(kvm_need_rdpmc_intercept);
/linux/arch/x86/kvm/svm/
H A Dsvm.c1055 if (kvm_need_rdpmc_intercept(vcpu)) in svm_recalc_instruction_intercepts()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c4420 kvm_need_rdpmc_intercept(vcpu)); in vmx_recalc_instruction_intercepts()