Searched refs:TCSTATUS_A (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/mips/kernel/
H A Dvpe-mt.c65 if ((read_tc_c0_tcstatus() & TCSTATUS_A) ||
89 val = (val & ~(TCSTATUS_DA | TCSTATUS_IXMT)) | TCSTATUS_A;
162 tmp &= ~(TCSTATUS_A | TCSTATUS_DA);
249 write_tc_c0_tcstatus(read_tc_c0_tcstatus() & ~TCSTATUS_A);
477 tmp &= ~(TCSTATUS_A | TCSTATUS_DA);
H A Dsmp-mt.c102 tmp &= ~(TCSTATUS_A | TCSTATUS_DA);
155 write_tc_c0_tcstatus((read_tc_c0_tcstatus() & ~TCSTATUS_IXMT) | TCSTATUS_A);
H A Dcps-vec.S440 ori t0, t0, TCSTATUS_A
/linux-master/arch/mips/include/asm/
H A Dmipsmtregs.h147 #define TCSTATUS_A (_ULCAST_(1) << TCSTATUS_A_SHIFT) macro

Completed in 112 milliseconds