Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dsgx.c80 *gpa = kvm_mmu_gva_to_gpa_write(vcpu, gva, &ex); in sgx_gva_to_gpa()
/linux/arch/x86/include/asm/
H A Dkvm_host.h2241 gpa_t kvm_mmu_gva_to_gpa_write(struct kvm_vcpu *vcpu, gva_t gva,
/linux/arch/x86/kvm/
H A Dx86.c7489 gpa_t kvm_mmu_gva_to_gpa_write(struct kvm_vcpu *vcpu, gva_t gva, in kvm_mmu_gva_to_gpa_write() function
7498 EXPORT_SYMBOL_GPL(kvm_mmu_gva_to_gpa_write);
7966 gpa = kvm_mmu_gva_to_gpa_write(vcpu, addr, NULL); in emulator_cmpxchg_emulated()
/linux/arch/x86/kvm/mmu/
H A Dmmu.c2885 gpa = kvm_mmu_gva_to_gpa_write(vcpu, cr2_or_gpa, NULL); in __kvm_mmu_unprotect_gfn_and_retry()