Home
last modified time | relevance | path

Searched defs:has_work (Results 1 – 3 of 3) sorted by relevance

/qemu/include/hw/core/
H A Dsysemu-cpu-ops.h22 bool (*has_work)(CPUState *cpu); /* MANDATORY NON-NULL */ member
/qemu/target/mips/
H A Dcpu.c140 bool has_work = false; in mips_cpu_has_work() local
/qemu/target/loongarch/
H A Dcpu.c377 bool has_work = false; in loongarch_cpu_has_work() local