Home
last modified time | relevance | path

Searched refs:blocked_threads (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/misc/
H A Dmips_itu.c175 if (cs->halted && (c->blocked_threads & (1ULL << cs->cpu_index))) { in wake_blocked_threads()
179 c->blocked_threads = 0; in wake_blocked_threads()
185 c->blocked_threads |= 1ULL << current_cpu->cpu_index; in block_thread_and_exit()
251 if (c->blocked_threads) { in view_ef_common_read()
291 if (c->blocked_threads) { in view_ef_common_write()
355 if (c->blocked_threads) { in view_pv_common_write()
/openbmc/qemu/include/hw/misc/
H A Dmips_itu.h50 uint64_t blocked_threads; member