Searched refs:kvm_mmu_gva_to_gpa_write (Results 1 – 4 of 4) sorted by relevance
/linux/arch/x86/kvm/vmx/ |
H A D | sgx.c | 80 *gpa = kvm_mmu_gva_to_gpa_write(vcpu, gva, &ex); in sgx_gva_to_gpa()
|
/linux/arch/x86/include/asm/ |
H A D | kvm_host.h | 2241 gpa_t kvm_mmu_gva_to_gpa_write(struct kvm_vcpu *vcpu, gva_t gva,
|
/linux/arch/x86/kvm/ |
H A D | x86.c | 7489 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 D | mmu.c | 2885 gpa = kvm_mmu_gva_to_gpa_write(vcpu, cr2_or_gpa, NULL); in __kvm_mmu_unprotect_gfn_and_retry()
|