/openbmc/qemu/accel/ |
H A D | accel-blocker.c | 45 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 D | arm-powerctl.c | 92 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 D | console.c | 46 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 D | s390_flic.c | 109 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 D | main-loop.h | 263 bool bql_locked(void); 354 if (bql_locked()) { in bql_auto_lock()
|
/openbmc/qemu/system/ |
H A D | cpus.c | 515 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 D | iothread-lock.c | 4 bool bql_locked(void) in bql_locked() function
|
/openbmc/qemu/hw/remote/ |
H A D | mpqemu-link.c | 36 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 D | fpu_helper.c | 52 assert(bql_locked()); in cpu_set_ignne()
|
/openbmc/qemu/include/block/ |
H A D | aio-wait.h | 146 return bql_locked(); in in_aio_context_home_thread()
|
/openbmc/qemu/hw/net/ |
H A D | xen_nic.c | 136 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 D | psci.c | 111 g_assert(bql_locked()); in arm_handle_psci_call()
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_evtchn.c | 428 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 D | xen_overlay.c | 197 assert(bql_locked()); in type_init()
|
/openbmc/qemu/target/sparc/ |
H A D | int32_helper.c | 73 g_assert(bql_locked()); in cpu_check_irqs()
|
H A D | int64_helper.c | 72 g_assert(bql_locked()); in cpu_check_irqs()
|
/openbmc/qemu/accel/tcg/ |
H A D | tcg-accel-ops.c | 93 g_assert(bql_locked()); in tcg_handle_interrupt()
|
/openbmc/qemu/replay/ |
H A D | replay-internal.c | 220 g_assert(!bql_locked()); in replay_mutex_lock()
|
/openbmc/qemu/hw/misc/ |
H A D | imx7_src.c | 139 assert(bql_locked()); in imx7_clear_reset_bit()
|
H A D | imx6_src.c | 134 assert(bql_locked()); in imx6_clear_reset_bit()
|
/openbmc/qemu/util/ |
H A D | rcu.c | 340 bool locked = bql_locked(); in drain_call_rcu()
|
H A D | oslib-posix.c | 509 assert(bql_locked()); in touch_all_pages() 537 assert(bql_locked()); in qemu_finish_async_prealloc_mem()
|
H A D | async.c | 733 if (bql_locked()) { in QEMU_DEFINE_STATIC_CO_TLS()
|
/openbmc/qemu/hw/core/ |
H A D | cpu-common.c | 73 bool need_lock = !bql_locked(); in cpu_reset_interrupt()
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-skeys.c | 183 assert(bql_locked()); in qmp_dump_skeys()
|