Searched refs:TB_EXIT_MASK (Results 1 – 2 of 2) sorted by relevance
469 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()
1004 #define TB_EXIT_MASK 3 macro