Home
last modified time | relevance | path

Searched refs:cpu_get_phys_page_debug (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/xtensa/
H A Dsim.c44 return cpu_get_phys_page_debug(CPU(cpu), addr); in translate_phys_addr()
/openbmc/qemu/target/sparc/
H A Dmmu_helper.c365 pa = cpu_get_phys_page_debug(cs, va); in dump_mmu()
371 pa = cpu_get_phys_page_debug(cs, va1); in dump_mmu()
378 pa = cpu_get_phys_page_debug(cs, va2); in dump_mmu()
/openbmc/qemu/monitor/
H A Dhmp-cmds-target.c313 gpa = cpu_get_phys_page_debug(cs, addr & TARGET_PAGE_MASK); in hmp_gva2gpa()
/openbmc/qemu/plugins/
H A Dapi.c580 uint64_t res = cpu_get_phys_page_debug(current_cpu, vaddr); in qemu_plugin_translate_vaddr()