Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dtranslator.c129 bool plugin_enabled; in translator_loop() local
154 plugin_enabled = plugin_gen_tb_start(cpu, db); in translator_loop()
155 db->plugin_enabled = plugin_enabled; in translator_loop()
166 if (plugin_enabled) { in translator_loop()
187 if (plugin_enabled) { in translator_loop()
227 if (plugin_enabled) { in translator_loop()
/openbmc/qemu/include/exec/
H A Dtranslator.h74 bool plugin_enabled; member