Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dcpu-sysemu.c50 hwaddr cpu_get_phys_page_attrs_debug(CPUState *cpu, vaddr addr, in cpu_get_phys_page_attrs_debug() function
67 return cpu_get_phys_page_attrs_debug(cpu, addr, &attrs); in cpu_get_phys_page_debug()
/openbmc/qemu/monitor/
H A Dhmp-cmds-target.c313 gpa = cpu_get_phys_page_attrs_debug(cs, addr & TARGET_PAGE_MASK, &attrs); in hmp_gva2gpa()
/openbmc/qemu/include/hw/core/
H A Dcpu.h720 hwaddr cpu_get_phys_page_attrs_debug(CPUState *cpu, vaddr addr,
/openbmc/qemu/system/
H A Dphysmem.c3569 phys_addr = cpu_get_phys_page_attrs_debug(cpu, page, &attrs); in cpu_memory_rw_debug()