Home
last modified time | relevance | path

Searched refs:has_work (Results 1 – 20 of 20) sorted by relevance

/openbmc/qemu/target/mips/
H A Dcpu.c140 bool has_work = false; in mips_cpu_has_work() local
153 has_work = true; in mips_cpu_has_work()
164 has_work = true; in mips_cpu_has_work()
168 has_work = false; in mips_cpu_has_work()
174 has_work = true; in mips_cpu_has_work()
177 has_work = false; in mips_cpu_has_work()
180 return has_work; in mips_cpu_has_work()
534 .has_work = mips_cpu_has_work,
/openbmc/qemu/include/hw/core/
H A Dsysemu-cpu-ops.h22 bool (*has_work)(CPUState *cpu); /* MANDATORY NON-NULL */ member
/openbmc/qemu/hw/core/
H A Dcpu-system.c36 return cpu->cc->sysemu_ops->has_work(cpu); in cpu_has_work()
189 g_assert(cc->sysemu_ops->has_work); in cpu_exec_class_post_init()
/openbmc/qemu/target/tricore/
H A Dcpu.c178 .has_work = tricore_cpu_has_work,
/openbmc/qemu/target/loongarch/
H A Dcpu.c377 bool has_work = false; in loongarch_cpu_has_work() local
381 has_work = true; in loongarch_cpu_has_work()
384 return has_work; in loongarch_cpu_has_work()
912 .has_work = loongarch_cpu_has_work,
/openbmc/qemu/target/s390x/
H A Dcpu-system.c178 .has_work = s390_cpu_has_work,
/openbmc/qemu/target/rx/
H A Dcpu.c212 .has_work = rx_cpu_has_work,
/openbmc/qemu/target/alpha/
H A Dcpu.c242 .has_work = alpha_cpu_has_work,
/openbmc/qemu/target/openrisc/
H A Dcpu.c250 .has_work = openrisc_cpu_has_work,
/openbmc/qemu/target/hppa/
H A Dcpu.c248 .has_work = hppa_cpu_has_work,
/openbmc/qemu/target/sh4/
H A Dcpu.c280 .has_work = superh_cpu_has_work,
/openbmc/qemu/target/xtensa/
H A Dcpu.c302 .has_work = xtensa_cpu_has_work,
/openbmc/qemu/target/avr/
H A Dcpu.c235 .has_work = avr_cpu_has_work,
/openbmc/qemu/target/microblaze/
H A Dcpu.c431 .has_work = mb_cpu_has_work,
/openbmc/qemu/target/m68k/
H A Dcpu.c604 .has_work = m68k_cpu_has_work,
/openbmc/qemu/target/sparc/
H A Dcpu.c996 .has_work = sparc_cpu_has_work,
/openbmc/qemu/target/arm/
H A Dcpu.c2673 .has_work = arm_cpu_has_work,
/openbmc/qemu/target/riscv/
H A Dcpu.c2673 .has_work = riscv_cpu_has_work,
/openbmc/qemu/target/ppc/
H A Dcpu_init.c7474 .has_work = ppc_cpu_has_work,
/openbmc/qemu/target/i386/
H A Dcpu.c10043 .has_work = x86_cpu_has_work,