Searched refs:cpu_exec_halt (Results 1 – 21 of 21) sorted by relevance
| /openbmc/qemu/include/accel/tcg/ |
| H A D | cpu-ops.h | 189 bool (*cpu_exec_halt)(CPUState *cpu); member
|
| /openbmc/qemu/target/tricore/ |
| H A D | cpu.c | 195 .cpu_exec_halt = tricore_cpu_has_work,
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | tcg-cpu.c | 183 .cpu_exec_halt = x86_cpu_exec_halt,
|
| /openbmc/qemu/target/rx/ |
| H A D | cpu.c | 230 .cpu_exec_halt = rx_cpu_has_work,
|
| /openbmc/qemu/target/alpha/ |
| H A D | cpu.c | 266 .cpu_exec_halt = alpha_cpu_has_work,
|
| /openbmc/qemu/target/openrisc/ |
| H A D | cpu.c | 269 .cpu_exec_halt = openrisc_cpu_has_work,
|
| /openbmc/qemu/target/hppa/ |
| H A D | cpu.c | 274 .cpu_exec_halt = hppa_cpu_has_work,
|
| /openbmc/qemu/target/sh4/ |
| H A D | cpu.c | 301 .cpu_exec_halt = superh_cpu_has_work,
|
| /openbmc/qemu/accel/tcg/ |
| H A D | cpu-exec.c | 658 bool leave_halt = tcg_ops->cpu_exec_halt(cpu); in cpu_handle_halt() 1058 assert(tcg_ops->cpu_exec_halt); in tcg_exec_realizefn()
|
| /openbmc/qemu/target/s390x/ |
| H A D | cpu.c | 380 .cpu_exec_halt = s390_cpu_has_work,
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | cpu-v7m.c | 260 .cpu_exec_halt = arm_cpu_exec_halt,
|
| /openbmc/qemu/target/xtensa/ |
| H A D | cpu.c | 323 .cpu_exec_halt = xtensa_cpu_has_work,
|
| /openbmc/qemu/target/avr/ |
| H A D | cpu.c | 249 .cpu_exec_halt = avr_cpu_has_work,
|
| /openbmc/qemu/target/microblaze/ |
| H A D | cpu.c | 452 .cpu_exec_halt = mb_cpu_has_work,
|
| /openbmc/qemu/target/m68k/ |
| H A D | cpu.c | 624 .cpu_exec_halt = m68k_cpu_has_work,
|
| /openbmc/qemu/target/mips/ |
| H A D | cpu.c | 586 .cpu_exec_halt = mips_cpu_has_work,
|
| /openbmc/qemu/target/sparc/ |
| H A D | cpu.c | 1053 .cpu_exec_halt = sparc_cpu_has_work,
|
| /openbmc/qemu/target/loongarch/ |
| H A D | cpu.c | |
| /openbmc/qemu/target/riscv/tcg/ |
| H A D | tcg-cpu.c | 281 .cpu_exec_halt = riscv_cpu_has_work,
|
| /openbmc/qemu/target/arm/ |
| H A D | cpu.c | 2360 .cpu_exec_halt = arm_cpu_exec_halt, in arm_cpu_realizefn()
|
| /openbmc/qemu/target/ppc/ |
| H A D | cpu_init.c | 7505 .cpu_exec_halt = ppc_cpu_has_work,
|