Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c469 last_tb = tcg_splitwx_to_rw((void *)(ret & ~TB_EXIT_MASK)); in cpu_tb_exec()
470 *tb_exit = ret & TB_EXIT_MASK; in cpu_tb_exec()
/openbmc/qemu/include/tcg/
H A Dtcg.h1004 #define TB_EXIT_MASK 3 macro