Searched refs:get_phys_page_debug (Results 1 – 17 of 17) sorted by relevance
/openbmc/qemu/include/hw/core/ |
H A D | sysemu-cpu-ops.h | 31 hwaddr (*get_phys_page_debug)(CPUState *cpu, vaddr addr); member
|
/openbmc/qemu/hw/core/ |
H A D | cpu-sysemu.c | 60 return cc->sysemu_ops->get_phys_page_debug(cpu, addr); in cpu_get_phys_page_attrs_debug()
|
/openbmc/qemu/target/tricore/ |
H A D | cpu.c | 167 .get_phys_page_debug = tricore_cpu_get_phys_page_debug,
|
/openbmc/qemu/target/rx/ |
H A D | cpu.c | 188 .get_phys_page_debug = rx_cpu_get_phys_page_debug,
|
/openbmc/qemu/target/alpha/ |
H A D | cpu.c | 216 .get_phys_page_debug = alpha_cpu_get_phys_page_debug,
|
/openbmc/qemu/target/s390x/ |
H A D | cpu-sysemu.c | 161 .get_phys_page_debug = s390_cpu_get_phys_page_debug,
|
/openbmc/qemu/target/hppa/ |
H A D | cpu.c | 217 .get_phys_page_debug = hppa_cpu_get_phys_page_debug,
|
/openbmc/qemu/target/xtensa/ |
H A D | cpu.c | 223 .get_phys_page_debug = xtensa_cpu_get_phys_page_debug,
|
/openbmc/qemu/target/sh4/ |
H A D | cpu.c | 243 .get_phys_page_debug = superh_cpu_get_phys_page_debug,
|
/openbmc/qemu/target/openrisc/ |
H A D | cpu.c | 228 .get_phys_page_debug = openrisc_cpu_get_phys_page_debug,
|
/openbmc/qemu/target/avr/ |
H A D | cpu.c | 203 .get_phys_page_debug = avr_cpu_get_phys_page_debug,
|
/openbmc/qemu/target/m68k/ |
H A D | cpu.c | 542 .get_phys_page_debug = m68k_cpu_get_phys_page_debug,
|
/openbmc/qemu/target/mips/ |
H A D | cpu.c | 537 .get_phys_page_debug = mips_cpu_get_phys_page_debug,
|
/openbmc/qemu/target/sparc/ |
H A D | cpu.c | 921 .get_phys_page_debug = sparc_cpu_get_phys_page_debug,
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu.c | 815 .get_phys_page_debug = loongarch_cpu_get_phys_page_debug,
|
/openbmc/qemu/target/riscv/ |
H A D | cpu.c | 2746 .get_phys_page_debug = riscv_cpu_get_phys_page_debug,
|
/openbmc/qemu/target/ppc/ |
H A D | cpu_init.c | 7407 .get_phys_page_debug = ppc_cpu_get_phys_page_debug,
|