Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/kernel/
Dsmp-mt.c108 tmp &= ~(TCSTATUS_A | TCSTATUS_DA); in smvp_tc_init()
203 write_tc_c0_tcstatus((read_tc_c0_tcstatus() & ~TCSTATUS_IXMT) | TCSTATUS_A); in vsmp_boot_secondary()
Dvpe.c737 if ((read_tc_c0_tcstatus() & TCSTATUS_A) || !(read_tc_c0_tchalt() & TCHALT_H)) { in vpe_run()
757 val = (val & ~(TCSTATUS_DA | TCSTATUS_IXMT)) | TCSTATUS_A; in vpe_run()
1029 tmp &= ~(TCSTATUS_A | TCSTATUS_DA); in cleanup_tc()
1273 write_tc_c0_tcstatus(read_tc_c0_tcstatus() & ~TCSTATUS_A); in vpe_free()
1576 tmp &= ~(TCSTATUS_A | TCSTATUS_DA); in vpe_module_init()
Dsmtc.c340 | TCSTATUS_A); in smtc_tc_setup()
/linux-2.6.39/arch/mips/include/asm/
Dmipsmtregs.h134 #define TCSTATUS_A (_ULCAST_(1) << TCSTATUS_A_SHIFT) macro