Home
last modified time | relevance | path

Searched refs:tcg_allowed (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Dtcg.h14 extern bool tcg_allowed;
15 #define tcg_enabled() (tcg_allowed)
/openbmc/qemu/accel/tcg/
H A Dtcg-all.c112 tcg_allowed = true; in tcg_init_machine()
232 ac->allowed = &tcg_allowed; in tcg_accel_class_init()
H A Dcpu-exec-common.c26 bool tcg_allowed; variable