Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dthread.h51 extern QemuMutexLockFunc qemu_mutex_lock_func;
83 QemuMutexLockFunc _f = qatomic_read(&qemu_mutex_lock_func); \
/openbmc/qemu/util/
H A Dqsp.c128 QemuMutexLockFunc qemu_mutex_lock_func = qemu_mutex_lock_impl; variable
435 return qatomic_read(&qemu_mutex_lock_func) == qsp_mutex_lock; in qsp_is_enabled()
440 qatomic_set(&qemu_mutex_lock_func, qsp_mutex_lock); in qsp_enable()
451 qatomic_set(&qemu_mutex_lock_func, qemu_mutex_lock_impl); in qsp_disable()