Home
last modified time | relevance | path

Searched refs:IS_ENABLED (Results 1 – 7 of 7) sorted by relevance

/qemu/util/
H A Dcoroutine-ucontext.c276 G_STATIC_ASSERT(!IS_ENABLED(CONFIG_TSAN)); in terminate_asan()
323 start_switch_fiber_asan(IS_ENABLED(CONFIG_COROUTINE_POOL) || in qemu_coroutine_switch()
H A Dqemu-coroutine.c221 if (IS_ENABLED(CONFIG_COROUTINE_POOL)) { in qemu_coroutine_create()
239 if (IS_ENABLED(CONFIG_COROUTINE_POOL)) { in coroutine_delete()
H A Dcutils.c1188 if (IS_ENABLED(CONFIG_RELOCATABLE) && in get_relocated_path()
/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h221 #define IS_ENABLED(x) IS_EMPTY(x) macro
/qemu/subprojects/libvduse/include/
H A Dcompiler.h221 #define IS_ENABLED(x) IS_EMPTY(x) macro
/qemu/include/qemu/
H A Dcompiler.h221 #define IS_ENABLED(x) IS_EMPTY(x) macro
/qemu/tests/unit/
H A Dtest-coroutine.c648 if (IS_ENABLED(CONFIG_COROUTINE_POOL)) { in main()