Searched refs:kvm_mmu_gva_to_gpa_write (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | kvm_host.h | 1021 gpa_t kvm_mmu_gva_to_gpa_write(struct kvm_vcpu *vcpu, gva_t gva,
|
/linux-4.1.27/arch/x86/kvm/ |
D | x86.c | 4227 gpa_t kvm_mmu_gva_to_gpa_write(struct kvm_vcpu *vcpu, gva_t gva, in kvm_mmu_gva_to_gpa_write() function 4615 gpa = kvm_mmu_gva_to_gpa_write(vcpu, addr, NULL); in emulator_cmpxchg_emulated() 5177 gpa = kvm_mmu_gva_to_gpa_write(vcpu, cr2, NULL); in reexecute_instruction() 5270 gpa = kvm_mmu_gva_to_gpa_write(vcpu, cr2, NULL); in retry_instruction()
|