Home
last modified time | relevance | path

Searched refs:mmu_gva_to_gpa (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/i386/hvf/
H A Dx86_mmu.c218 bool mmu_gva_to_gpa(CPUState *cpu, target_ulong gva, uint64_t *gpa) in mmu_gva_to_gpa() function
246 if (!mmu_gva_to_gpa(cpu, gva, &gpa)) { in vmx_write_mem()
267 if (!mmu_gva_to_gpa(cpu, gva, &gpa)) { in vmx_read_mem()
H A Dx86_mmu.h39 bool mmu_gva_to_gpa(CPUState *cpu, target_ulong gva, uint64_t *gpa);