Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/vmx/
Dsgx.c80 *gpa = kvm_mmu_gva_to_gpa_write(vcpu, gva, &ex); in sgx_gva_to_gpa()
/Linux-v5.15/arch/x86/include/asm/
Dkvm_host.h1759 gpa_t kvm_mmu_gva_to_gpa_write(struct kvm_vcpu *vcpu, gva_t gva,
/Linux-v5.15/arch/x86/kvm/
Dx86.c6361 gpa_t kvm_mmu_gva_to_gpa_write(struct kvm_vcpu *vcpu, gva_t gva, in kvm_mmu_gva_to_gpa_write() function
6368 EXPORT_SYMBOL_GPL(kvm_mmu_gva_to_gpa_write);
6834 gpa = kvm_mmu_gva_to_gpa_write(vcpu, addr, NULL); in emulator_cmpxchg_emulated()
7567 gpa = kvm_mmu_gva_to_gpa_write(vcpu, cr2_or_gpa, NULL); in reexecute_instruction()
7664 gpa = kvm_mmu_gva_to_gpa_write(vcpu, cr2_or_gpa, NULL); in retry_instruction()