Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dlog.h33 #define CPU_LOG_TB_FPU (1 << 17) macro
/openbmc/qemu/util/
H A Dlog.c479 { CPU_LOG_TB_FPU, "fpu",
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c304 if (qemu_loglevel_mask(CPU_LOG_TB_FPU)) { in log_cpu_exec()