Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dtranslator.c191 if (tcg_op_buf_full() || db->num_insns >= db->max_insns) { in translator_loop()
/openbmc/qemu/include/tcg/
H A Dtcg.h725 static inline bool tcg_op_buf_full(void) in tcg_op_buf_full() function