Searched refs:TCSTATUS_A (Results 1 – 4 of 4) sorted by relevance
65 if ((read_tc_c0_tcstatus() & TCSTATUS_A) || in vpe_run()89 val = (val & ~(TCSTATUS_DA | TCSTATUS_IXMT)) | TCSTATUS_A; in vpe_run()163 tmp &= ~(TCSTATUS_A | TCSTATUS_DA); in cleanup_tc()250 write_tc_c0_tcstatus(read_tc_c0_tcstatus() & ~TCSTATUS_A); in vpe_free()479 tmp &= ~(TCSTATUS_A | TCSTATUS_DA); in vpe_module_init()
101 tmp &= ~(TCSTATUS_A | TCSTATUS_DA); in smvp_tc_init()154 write_tc_c0_tcstatus((read_tc_c0_tcstatus() & ~TCSTATUS_IXMT) | TCSTATUS_A); in vsmp_boot_secondary()
474 ori t0, t0, TCSTATUS_A
147 #define TCSTATUS_A (_ULCAST_(1) << TCSTATUS_A_SHIFT) macro