Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm_host.h2209 gpa_t kvm_mmu_gva_to_gpa_write(struct kvm_vcpu *vcpu, gva_t gva,
/linux/arch/x86/kvm/
H A Dx86.c7558 gpa_t kvm_mmu_gva_to_gpa_write(struct kvm_vcpu *vcpu, gva_t gva, in kvm_mmu_gva_to_gpa_write() function
7567 EXPORT_SYMBOL_GPL(kvm_mmu_gva_to_gpa_write);
8035 gpa = kvm_mmu_gva_to_gpa_write(vcpu, addr, NULL); in emulator_cmpxchg_emulated()
/linux/arch/x86/kvm/mmu/
H A Dmmu.c2684 gpa = kvm_mmu_gva_to_gpa_write(vcpu, cr2_or_gpa, NULL); in __kvm_mmu_unprotect_gfn_and_retry()