Home
last modified time | relevance | path

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

/arch/mips/kernel/
Dsmp-mt.c110 tmp |= TCSTATUS_IXMT; /* interrupt exempt */ in smvp_tc_init()
207 write_tc_c0_tcstatus((read_tc_c0_tcstatus() & ~TCSTATUS_IXMT) | TCSTATUS_A); in vsmp_boot_secondary()
Dvpe-mt.c89 val = (val & ~(TCSTATUS_DA | TCSTATUS_IXMT)) | TCSTATUS_A; in vpe_run()
164 tmp |= TCSTATUS_IXMT; /* interrupt exempt */ in cleanup_tc()
481 tmp |= TCSTATUS_IXMT; /* interrupt exempt */ in vpe_module_init()
Dcps-vec.S412 li t1, ~TCSTATUS_IXMT
/arch/mips/include/asm/
Dmipsmtregs.h143 #define TCSTATUS_IXMT (_ULCAST_(1) << TCSTATUS_IXMT_SHIFT) macro