Searched refs:tcstatus (Results 1 – 2 of 2) sorted by relevance
29 int32_t tcstatus, *tcst; in sync_c0_status() local45 tcstatus = cu << CP0TCSt_TCU0; in sync_c0_status()46 tcstatus |= mx << CP0TCSt_TMX; in sync_c0_status()47 tcstatus |= ksu << CP0TCSt_TKSU; in sync_c0_status()48 tcstatus |= asid; in sync_c0_status()57 *tcst |= tcstatus; in sync_c0_status()
440 int32_t tcstatus; in helper_mftc0_debug() local444 tcstatus = other->active_tc.CP0_Debug_tcstatus; in helper_mftc0_debug()446 tcstatus = other->tcs[other_tc].CP0_Debug_tcstatus; in helper_mftc0_debug()451 (tcstatus & ((1 << CP0DB_SSt) | (1 << CP0DB_Halt))); in helper_mftc0_debug()