Searched refs:TB_EXIT_MASK (Results 1 – 2 of 2) sorted by relevance
449 last_tb = tcg_splitwx_to_rw((void *)(ret & ~TB_EXIT_MASK)); in cpu_tb_exec()450 *tb_exit = ret & TB_EXIT_MASK; in cpu_tb_exec()
960 #define TB_EXIT_MASK 3 macro