Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dx86.h499 int kvm_handle_invpcid(struct kvm_vcpu *vcpu, unsigned long type, gva_t gva);
H A Dx86.c13394 int kvm_handle_invpcid(struct kvm_vcpu *vcpu, unsigned long type, gva_t gva) in kvm_handle_invpcid() function
13452 EXPORT_SYMBOL_GPL(kvm_handle_invpcid);
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c3293 return kvm_handle_invpcid(vcpu, type, gva);
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c5985 return kvm_handle_invpcid(vcpu, type, gva); in handle_invpcid()