/openbmc/qemu/target/cris/ |
H A D | cpu.c | 189 .cpu_exec_halt = cris_cpu_has_work, 201 .cpu_exec_halt = cris_cpu_has_work,
|
/openbmc/qemu/include/hw/core/ |
H A D | tcg-cpu-ops.h | 133 bool (*cpu_exec_halt)(CPUState *cpu); member
|
/openbmc/qemu/target/i386/tcg/ |
H A D | tcg-cpu.c | 122 .cpu_exec_halt = x86_cpu_exec_halt,
|
/openbmc/qemu/target/tricore/ |
H A D | cpu.c | 178 .cpu_exec_halt = tricore_cpu_has_work,
|
/openbmc/qemu/target/rx/ |
H A D | cpu.c | 195 .cpu_exec_halt = rx_cpu_has_work,
|
/openbmc/qemu/target/hppa/ |
H A D | cpu.c | 231 .cpu_exec_halt = hppa_cpu_has_work,
|
/openbmc/qemu/target/alpha/ |
H A D | cpu.c | 222 .cpu_exec_halt = alpha_cpu_has_work,
|
/openbmc/qemu/target/xtensa/ |
H A D | cpu.c | 237 .cpu_exec_halt = xtensa_cpu_has_work,
|
/openbmc/qemu/target/sh4/ |
H A D | cpu.c | 257 .cpu_exec_halt = superh_cpu_has_work,
|
/openbmc/qemu/target/openrisc/ |
H A D | cpu.c | 236 .cpu_exec_halt = openrisc_cpu_has_work,
|
/openbmc/qemu/accel/tcg/ |
H A D | cpu-exec.c | 682 bool leave_halt = tcg_ops->cpu_exec_halt(cpu); in cpu_handle_halt() 1078 assert(cpu->cc->tcg_ops->cpu_exec_halt); in tcg_exec_realizefn()
|
/openbmc/qemu/target/s390x/ |
H A D | cpu.c | 373 .cpu_exec_halt = s390_cpu_has_work,
|
/openbmc/qemu/target/avr/ |
H A D | cpu.c | 213 .cpu_exec_halt = avr_cpu_has_work,
|
/openbmc/qemu/target/arm/tcg/ |
H A D | cpu-v7m.c | 247 .cpu_exec_halt = arm_cpu_exec_halt,
|
/openbmc/qemu/target/microblaze/ |
H A D | cpu.c | 416 .cpu_exec_halt = mb_cpu_has_work,
|
/openbmc/qemu/target/m68k/ |
H A D | cpu.c | 539 .cpu_exec_halt = m68k_cpu_has_work,
|
/openbmc/qemu/target/mips/ |
H A D | cpu.c | 558 .cpu_exec_halt = mips_cpu_has_work,
|
/openbmc/qemu/target/sparc/ |
H A D | cpu.c | 929 .cpu_exec_halt = sparc_cpu_has_work,
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu.c | 746 .cpu_exec_halt = loongarch_cpu_has_work,
|
/openbmc/qemu/target/riscv/tcg/ |
H A D | tcg-cpu.c | 142 .cpu_exec_halt = riscv_cpu_has_work,
|
/openbmc/qemu/target/arm/ |
H A D | cpu.c | 2668 .cpu_exec_halt = arm_cpu_exec_halt,
|
/openbmc/qemu/target/ppc/ |
H A D | cpu_init.c | 7487 .cpu_exec_halt = ppc_cpu_has_work,
|