Searched refs:cpu_get_phys_page_attrs_debug (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/core/ |
H A D | cpu-sysemu.c | 50 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 D | hmp-cmds-target.c | 313 gpa = cpu_get_phys_page_attrs_debug(cs, addr & TARGET_PAGE_MASK, &attrs); in hmp_gva2gpa()
|
/openbmc/qemu/include/hw/core/ |
H A D | cpu.h | 720 hwaddr cpu_get_phys_page_attrs_debug(CPUState *cpu, vaddr addr,
|
/openbmc/qemu/system/ |
H A D | physmem.c | 3569 phys_addr = cpu_get_phys_page_attrs_debug(cpu, page, &attrs); in cpu_memory_rw_debug()
|