Searched refs:TB_FLAG_SUPER (Results 1 – 3 of 3) sorted by relevance
739 #define TB_FLAG_SUPER (1 << 6) macro
726 flags |= TB_FLAG_SUPER; in sparc_get_tb_cpu_state()
5685 dc->supervisor = (dc->base.tb->flags & TB_FLAG_SUPER) != 0; in TRANS()