Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/core/
H A Dtcg-cpu-ops.h134 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.c202 .cpu_exec_halt = rx_cpu_has_work,
/openbmc/qemu/target/alpha/
H A Dcpu.c233 .cpu_exec_halt = alpha_cpu_has_work,
/openbmc/qemu/target/hppa/
H A Dcpu.c231 .cpu_exec_halt = hppa_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.c242 .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.c369 .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.c430 .cpu_exec_halt = mb_cpu_has_work,
/openbmc/qemu/target/m68k/
H A Dcpu.c555 .cpu_exec_halt = m68k_cpu_has_work,
/openbmc/qemu/target/mips/
H A Dcpu.c561 .cpu_exec_halt = mips_cpu_has_work,
/openbmc/qemu/target/sparc/
H A Dcpu.c937 .cpu_exec_halt = sparc_cpu_has_work,
/openbmc/qemu/target/loongarch/
H A Dcpu.c803 .cpu_exec_halt = loongarch_cpu_has_work,
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c143 .cpu_exec_halt = riscv_cpu_has_work,
/openbmc/qemu/target/arm/
H A Dcpu.c2689 .cpu_exec_halt = arm_cpu_exec_halt,
/openbmc/qemu/target/ppc/
H A Dcpu_init.c7419 .cpu_exec_halt = ppc_cpu_has_work,