Searched refs:read_tc_c0_tcstatus (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) ||
88 val = read_tc_c0_tcstatus();
159 tmp = read_tc_c0_tcstatus();
249 write_tc_c0_tcstatus(read_tc_c0_tcstatus() & ~TCSTATUS_A);
474 tmp = read_tc_c0_tcstatus();
H A Dsmp-mt.c99 tmp = read_tc_c0_tcstatus();
155 write_tc_c0_tcstatus((read_tc_c0_tcstatus() & ~TCSTATUS_IXMT) | TCSTATUS_A);
H A Dmips-mt.c106 tcstatval = read_tc_c0_tcstatus();
/linux-master/arch/mips/include/asm/
H A Dmipsmtregs.h453 #define read_tc_c0_tcstatus() mftc0($2, 1) macro

Completed in 124 milliseconds