Searched refs:kvm_mmu_gva_to_gpa_write (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
H A D | kvm_host.h | 1084 gpa_t kvm_mmu_gva_to_gpa_write(struct kvm_vcpu *vcpu, gva_t gva,
|
/linux-4.4.14/arch/x86/kvm/ |
H A D | x86.c | 4136 gpa_t kvm_mmu_gva_to_gpa_write(struct kvm_vcpu *vcpu, gva_t gva, kvm_mmu_gva_to_gpa_write() function 4533 gpa = kvm_mmu_gva_to_gpa_write(vcpu, addr, NULL); emulator_cmpxchg_emulated() 5125 gpa = kvm_mmu_gva_to_gpa_write(vcpu, cr2, NULL); reexecute_instruction() 5218 gpa = kvm_mmu_gva_to_gpa_write(vcpu, cr2, NULL); retry_instruction()
|
Completed in 123 milliseconds