Searched refs:TCSTATUS_A (Results 1 – 4 of 4) sorted by relevance
108 tmp &= ~(TCSTATUS_A | TCSTATUS_DA); in smvp_tc_init()203 write_tc_c0_tcstatus((read_tc_c0_tcstatus() & ~TCSTATUS_IXMT) | TCSTATUS_A); in vsmp_boot_secondary()
737 if ((read_tc_c0_tcstatus() & TCSTATUS_A) || !(read_tc_c0_tchalt() & TCHALT_H)) { in vpe_run()757 val = (val & ~(TCSTATUS_DA | TCSTATUS_IXMT)) | TCSTATUS_A; in vpe_run()1029 tmp &= ~(TCSTATUS_A | TCSTATUS_DA); in cleanup_tc()1273 write_tc_c0_tcstatus(read_tc_c0_tcstatus() & ~TCSTATUS_A); in vpe_free()1576 tmp &= ~(TCSTATUS_A | TCSTATUS_DA); in vpe_module_init()
340 | TCSTATUS_A); in smtc_tc_setup()
134 #define TCSTATUS_A (_ULCAST_(1) << TCSTATUS_A_SHIFT) macro