Home
last modified time | relevance | path

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

/openbmc/qemu/target/cris/
H A Dcpu.c189 .cpu_exec_halt = cris_cpu_has_work,
201 .cpu_exec_halt = cris_cpu_has_work,
/openbmc/qemu/include/hw/core/
H A Dtcg-cpu-ops.h133 bool (*cpu_exec_halt)(CPUState *cpu); member
/openbmc/qemu/target/i386/tcg/
H A Dtcg-cpu.c122 .cpu_exec_halt = x86_cpu_exec_halt,
/openbmc/qemu/target/tricore/
H A Dcpu.c178 .cpu_exec_halt = tricore_cpu_has_work,
/openbmc/qemu/target/rx/
H A Dcpu.c195 .cpu_exec_halt = rx_cpu_has_work,
/openbmc/qemu/target/hppa/
H A Dcpu.c231 .cpu_exec_halt = hppa_cpu_has_work,
/openbmc/qemu/target/alpha/
H A Dcpu.c222 .cpu_exec_halt = alpha_cpu_has_work,
/openbmc/qemu/target/xtensa/
H A Dcpu.c237 .cpu_exec_halt = xtensa_cpu_has_work,
/openbmc/qemu/target/sh4/
H A Dcpu.c257 .cpu_exec_halt = superh_cpu_has_work,
/openbmc/qemu/target/openrisc/
H A Dcpu.c236 .cpu_exec_halt = openrisc_cpu_has_work,
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c682 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 Dcpu.c373 .cpu_exec_halt = s390_cpu_has_work,
/openbmc/qemu/target/avr/
H A Dcpu.c213 .cpu_exec_halt = avr_cpu_has_work,
/openbmc/qemu/target/arm/tcg/
H A Dcpu-v7m.c247 .cpu_exec_halt = arm_cpu_exec_halt,
/openbmc/qemu/target/microblaze/
H A Dcpu.c416 .cpu_exec_halt = mb_cpu_has_work,
/openbmc/qemu/target/m68k/
H A Dcpu.c539 .cpu_exec_halt = m68k_cpu_has_work,
/openbmc/qemu/target/mips/
H A Dcpu.c558 .cpu_exec_halt = mips_cpu_has_work,
/openbmc/qemu/target/sparc/
H A Dcpu.c929 .cpu_exec_halt = sparc_cpu_has_work,
/openbmc/qemu/target/loongarch/
H A Dcpu.c746 .cpu_exec_halt = loongarch_cpu_has_work,
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c142 .cpu_exec_halt = riscv_cpu_has_work,
/openbmc/qemu/target/arm/
H A Dcpu.c2668 .cpu_exec_halt = arm_cpu_exec_halt,
/openbmc/qemu/target/ppc/
H A Dcpu_init.c7487 .cpu_exec_halt = ppc_cpu_has_work,