Home
last modified time | relevance | path

Searched refs:thread_kicked (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/system/
H A Dcpus.c446 qatomic_set_mb(&cpu->thread_kicked, false); in qemu_wait_io_event_common()
473 if (cpu->thread_kicked) { in cpus_kick_thread()
476 cpu->thread_kicked = true; in cpus_kick_thread()
/openbmc/qemu/include/hw/core/
H A Dcpu.h479 bool thread_kicked; member
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c1786 qatomic_set_mb(&cpu->thread_kicked, false); in hvf_wait_for_ipi()