Home
last modified time | relevance | path

Searched refs:bql_locked (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/qemu/accel/
H A Daccel-blocker.c45 if (likely(bql_locked())) { in accel_ioctl_begin()
55 if (likely(bql_locked())) { in accel_ioctl_end()
66 if (unlikely(bql_locked())) { in accel_cpu_ioctl_begin()
76 if (unlikely(bql_locked())) { in accel_cpu_ioctl_end()
109 g_assert(bql_locked()); in accel_ioctl_inhibit_begin()
/openbmc/qemu/target/arm/
H A Darm-powerctl.c92 assert(bql_locked()); in arm_set_cpu_on_async_work()
103 assert(bql_locked()); in arm_set_cpu_on()
200 assert(bql_locked()); in arm_set_cpu_on_and_reset_async_work()
209 assert(bql_locked()); in arm_set_cpu_on_and_reset()
251 assert(bql_locked()); in arm_set_cpu_off_async_work()
262 assert(bql_locked()); in arm_set_cpu_off()
298 assert(bql_locked()); in arm_reset_cpu()
/openbmc/qemu/semihosting/
H A Dconsole.c46 g_assert(bql_locked()); in console_can_read()
61 g_assert(bql_locked()); in console_read()
73 g_assert(bql_locked()); in qemu_semihosting_console_ready()
81 g_assert(bql_locked()); in qemu_semihosting_console_block_until_ready()
/openbmc/qemu/hw/intc/
H A Ds390_flic.c109 g_assert(bql_locked()); in qemu_s390_clear_io_flic()
226 g_assert(bql_locked()); in qemu_s390_flic_dequeue_service()
241 g_assert(bql_locked()); in qemu_s390_flic_dequeue_io()
265 g_assert(bql_locked()); in qemu_s390_flic_dequeue_crw_mchk()
274 g_assert(bql_locked()); in qemu_s390_inject_service()
290 g_assert(bql_locked()); in qemu_s390_inject_io()
307 g_assert(bql_locked()); in qemu_s390_inject_crw_mchk()
333 g_assert(bql_locked()); in qemu_s390_flic_has_any()
343 g_assert(bql_locked()); in qemu_s390_flic_reset()
/openbmc/qemu/include/qemu/
H A Dmain-loop.h263 bool bql_locked(void);
354 if (bql_locked()) { in bql_auto_lock()
/openbmc/qemu/system/
H A Dcpus.c515 QEMU_DEFINE_STATIC_CO_TLS(bool, bql_locked) in QEMU_DEFINE_STATIC_CO_TLS() argument
517 bool bql_locked(void) in QEMU_DEFINE_STATIC_CO_TLS()
524 return bql_locked(); in qemu_in_main_thread()
535 g_assert(!bql_locked()); in bql_lock_impl()
542 g_assert(bql_locked()); in bql_unlock()
/openbmc/qemu/stubs/
H A Diothread-lock.c4 bool bql_locked(void) in bql_locked() function
/openbmc/qemu/hw/remote/
H A Dmpqemu-link.c36 bool drop_bql = bql_locked(); in mpqemu_msg_send()
99 bool drop_bql = bql_locked(); in mpqemu_read()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dfpu_helper.c52 assert(bql_locked()); in cpu_set_ignne()
/openbmc/qemu/include/block/
H A Daio-wait.h146 return bql_locked(); in in_aio_context_home_thread()
/openbmc/qemu/hw/net/
H A Dxen_nic.c136 assert(bql_locked()); in net_tx_packets()
263 assert(bql_locked()); in net_rx_packet()
358 assert(bql_locked()); in xen_netdev_connect()
429 assert(bql_locked()); in xen_netdev_disconnect()
/openbmc/qemu/target/arm/tcg/
H A Dpsci.c111 g_assert(bql_locked()); in arm_handle_psci_call()
/openbmc/qemu/hw/i386/kvm/
H A Dxen_evtchn.c428 if (!bql_locked()) { in xen_evtchn_set_callback_level()
462 assert(bql_locked()); in xen_evtchn_set_callback_param()
1040 assert(bql_locked()); in close_port()
1107 assert(bql_locked()); in xen_evtchn_soft_reset()
1604 assert(bql_locked()); in xen_evtchn_set_gsi()
1715 assert(bql_locked()); in xen_evtchn_snoop_msi()
1752 assert(bql_locked()); in xen_evtchn_translate_pirq_msi()
1799 assert(bql_locked()); in xen_evtchn_deliver_pirq_msi()
H A Dxen_overlay.c197 assert(bql_locked()); in type_init()
/openbmc/qemu/target/sparc/
H A Dint32_helper.c73 g_assert(bql_locked()); in cpu_check_irqs()
H A Dint64_helper.c72 g_assert(bql_locked()); in cpu_check_irqs()
/openbmc/qemu/accel/tcg/
H A Dtcg-accel-ops.c93 g_assert(bql_locked()); in tcg_handle_interrupt()
/openbmc/qemu/replay/
H A Dreplay-internal.c220 g_assert(!bql_locked()); in replay_mutex_lock()
/openbmc/qemu/hw/misc/
H A Dimx7_src.c139 assert(bql_locked()); in imx7_clear_reset_bit()
H A Dimx6_src.c134 assert(bql_locked()); in imx6_clear_reset_bit()
/openbmc/qemu/util/
H A Drcu.c340 bool locked = bql_locked(); in drain_call_rcu()
H A Doslib-posix.c509 assert(bql_locked()); in touch_all_pages()
537 assert(bql_locked()); in qemu_finish_async_prealloc_mem()
H A Dasync.c733 if (bql_locked()) { in QEMU_DEFINE_STATIC_CO_TLS()
/openbmc/qemu/hw/core/
H A Dcpu-common.c73 bool need_lock = !bql_locked(); in cpu_reset_interrupt()
/openbmc/qemu/hw/s390x/
H A Ds390-skeys.c183 assert(bql_locked()); in qmp_dump_skeys()

12