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

/linux-master/arch/mips/kernel/
H A Dsmp-mt.c103 tmp |= TCSTATUS_IXMT; /* interrupt exempt */
155 write_tc_c0_tcstatus((read_tc_c0_tcstatus() & ~TCSTATUS_IXMT) | TCSTATUS_A);
H A Dvpe-mt.c89 val = (val & ~(TCSTATUS_DA | TCSTATUS_IXMT)) | TCSTATUS_A;
163 tmp |= TCSTATUS_IXMT; /* interrupt exempt */
478 tmp |= TCSTATUS_IXMT; /* interrupt exempt */
H A Dcps-vec.S438 li t1, ~TCSTATUS_IXMT
/linux-master/arch/mips/include/asm/
H A Dmipsmtregs.h143 #define TCSTATUS_IXMT (_ULCAST_(1) << TCSTATUS_IXMT_SHIFT) macro

Completed in 129 milliseconds