Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dinternal-common.h30 return !tcg_cflags_has(cs, CF_PARALLEL) || cpu_in_exclusive_context(cs); in cpu_in_serial_context()
/openbmc/qemu/include/exec/
H A Dtranslation-block.h80 #define CF_PARALLEL 0x00008000 /* Generate code for a parallel context */ macro