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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dsmp-mt.c110 tmp &= ~(TCSTATUS_A | TCSTATUS_DA);
232 write_tc_c0_tcstatus((read_tc_c0_tcstatus() & ~TCSTATUS_IXMT) | TCSTATUS_A);
H A Dvpe.c883 if ((read_tc_c0_tcstatus() & TCSTATUS_A) || !(read_tc_c0_tchalt() & TCHALT_H)) {
903 val = (val & ~(TCSTATUS_DA | TCSTATUS_IXMT)) | TCSTATUS_A;
1192 tmp &= ~(TCSTATUS_A | TCSTATUS_DA);
1848 write_tc_c0_tcstatus(read_tc_c0_tcstatus() & ~TCSTATUS_A);
2252 tmp &= ~(TCSTATUS_A | TCSTATUS_DA);
H A Dsmtc.c359 | TCSTATUS_A);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dmipsmtregs.h145 #define TCSTATUS_A (_ULCAST_(1) << TCSTATUS_A_SHIFT) macro

Completed in 169 milliseconds