Home
last modified time | relevance | path

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

123

/qemu/rust/qemu-api/src/
H A Dsysbus.rs13 cell::{bql_locked, Opaque},
58 assert!(bql_locked()); in init_mmio()
69 assert!(bql_locked()); in init_irq()
77 assert!(bql_locked()); in mmio_addr()
91 assert!(bql_locked()); in mmio_map()
102 assert!(bql_locked()); in connect_irq()
112 assert!(bql_locked()); in sysbus_realize()
H A Dcell.rs236 pub fn bql_locked() -> bool { in bql_locked() function
238 unsafe { bindings::bql_locked() } in bql_locked()
371 assert!(bql_locked()); in replace()
392 assert!(bql_locked()); in into_inner()
412 assert!(bql_locked()); in get()
H A Dqdev.rs17 cell::{bql_locked, Opaque},
281 assert!(bql_locked()); in init_clock_in()
338 assert!(bql_locked()); in prop_set_chr()
H A Dqom.rs110 cell::{bql_locked, Opaque},
696 assert!(bql_locked()); in drop()
720 assert!(bql_locked()); in new()
/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()
/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()
/qemu/semihosting/
H A Dconsole.c47 g_assert(bql_locked()); in console_can_read()
62 g_assert(bql_locked()); in console_read()
74 g_assert(bql_locked()); in qemu_semihosting_console_ready()
82 g_assert(bql_locked()); in qemu_semihosting_console_block_until_ready()
/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()
/qemu/rust/hw/timer/hpet/src/
H A Dfw_cfg.rs7 use qemu_api::{cell::bql_locked, zeroable::Zeroable};
40 assert!(bql_locked()); in assign_hpet_id()
60 assert!(bql_locked()); in update_hpet_cfg()
/qemu/migration/
H A Dblock-active.c19 assert(bql_locked()); in migration_block_activate()
36 assert(bql_locked()); in migration_block_inactivate()
/qemu/stubs/
H A Diothread-lock.c7 bool bql_locked(void) in bql_locked() function
30 assert(bql_locked()); in bql_block_unlock()
/qemu/system/
H A Dcpus.c520 QEMU_DEFINE_STATIC_CO_TLS(bool, bql_locked)
528 assert(bql_locked()); in bql_block_unlock()
536 bool bql_locked(void) in bql_locked() function
543 return bql_locked(); in qemu_in_main_thread()
560 g_assert(!bql_locked()); in bql_lock_impl()
567 g_assert(bql_locked()); in bql_unlock()
/qemu/include/qemu/
H A Dmain-loop.h271 bool bql_locked(void);
377 if (bql_locked()) { in bql_auto_lock()
/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()
/qemu/target/i386/tcg/system/
H A Dfpu_helper.c52 assert(bql_locked()); in cpu_set_ignne()
/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()
/qemu/include/block/
H A Daio-wait.h146 return bql_locked(); in in_aio_context_home_thread()
/qemu/target/arm/tcg/
H A Dpsci.c111 g_assert(bql_locked()); in arm_handle_psci_call()
/qemu/hw/i386/kvm/
H A Dxen_evtchn.c430 if (!bql_locked()) { in xen_evtchn_set_callback_level()
477 assert(bql_locked()); in xen_evtchn_set_callback_param()
1055 assert(bql_locked()); in close_port()
1122 assert(bql_locked()); in xen_evtchn_soft_reset()
1619 assert(bql_locked()); in xen_evtchn_set_gsi()
1749 assert(bql_locked()); in xen_evtchn_snoop_msi()
1786 assert(bql_locked()); in xen_evtchn_translate_pirq_msi()
1833 assert(bql_locked()); in xen_evtchn_deliver_pirq_msi()
H A Dxen_overlay.c197 assert(bql_locked()); in type_init()
/qemu/target/sparc/
H A Dint32_helper.c73 g_assert(bql_locked()); in cpu_check_irqs()
/qemu/accel/tcg/
H A Dtcg-accel-ops.c96 g_assert(bql_locked()); in tcg_handle_interrupt()
/qemu/replay/
H A Dreplay-internal.c220 g_assert(!bql_locked()); in replay_mutex_lock()
/qemu/hw/misc/
H A Dimx7_src.c139 assert(bql_locked()); in imx7_clear_reset_bit()
/qemu/util/
H A Drcu.c340 bool locked = bql_locked(); in drain_call_rcu()

123