Home
last modified time | relevance | path

Searched refs:cpu_exec_halt (Results 1 – 21 of 21) sorted by relevance

/openbmc/qemu/include/accel/tcg/
H A Dcpu-ops.h189 bool (*cpu_exec_halt)(CPUState *cpu); member
/openbmc/qemu/target/tricore/
H A Dcpu.c195 .cpu_exec_halt = tricore_cpu_has_work,
/openbmc/qemu/target/i386/tcg/
H A Dtcg-cpu.c183 .cpu_exec_halt = x86_cpu_exec_halt,
/openbmc/qemu/target/rx/
H A Dcpu.c230 .cpu_exec_halt = rx_cpu_has_work,
/openbmc/qemu/target/alpha/
H A Dcpu.c266 .cpu_exec_halt = alpha_cpu_has_work,
/openbmc/qemu/target/openrisc/
H A Dcpu.c269 .cpu_exec_halt = openrisc_cpu_has_work,
/openbmc/qemu/target/hppa/
H A Dcpu.c274 .cpu_exec_halt = hppa_cpu_has_work,
/openbmc/qemu/target/sh4/
H A Dcpu.c301 .cpu_exec_halt = superh_cpu_has_work,
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c658 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 Dcpu.c380 .cpu_exec_halt = s390_cpu_has_work,
/openbmc/qemu/target/arm/tcg/
H A Dcpu-v7m.c260 .cpu_exec_halt = arm_cpu_exec_halt,
/openbmc/qemu/target/xtensa/
H A Dcpu.c323 .cpu_exec_halt = xtensa_cpu_has_work,
/openbmc/qemu/target/avr/
H A Dcpu.c249 .cpu_exec_halt = avr_cpu_has_work,
/openbmc/qemu/target/microblaze/
H A Dcpu.c452 .cpu_exec_halt = mb_cpu_has_work,
/openbmc/qemu/target/m68k/
H A Dcpu.c624 .cpu_exec_halt = m68k_cpu_has_work,
/openbmc/qemu/target/mips/
H A Dcpu.c586 .cpu_exec_halt = mips_cpu_has_work,
/openbmc/qemu/target/sparc/
H A Dcpu.c1053 .cpu_exec_halt = sparc_cpu_has_work,
/openbmc/qemu/target/loongarch/
H A Dcpu.c
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c281 .cpu_exec_halt = riscv_cpu_has_work,
/openbmc/qemu/target/arm/
H A Dcpu.c2360 .cpu_exec_halt = arm_cpu_exec_halt, in arm_cpu_realizefn()
/openbmc/qemu/target/ppc/
H A Dcpu_init.c7505 .cpu_exec_halt = ppc_cpu_has_work,