Home
last modified time | relevance | path

Searched refs:TCSTATUS_DA (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/kernel/
H A Dvpe-mt.c89 val = (val & ~(TCSTATUS_DA | TCSTATUS_IXMT)) | TCSTATUS_A; in vpe_run()
162 tmp &= ~(TCSTATUS_A | TCSTATUS_DA); in cleanup_tc()
477 tmp &= ~(TCSTATUS_A | TCSTATUS_DA); in vpe_module_init()
H A Dsmp-mt.c102 tmp &= ~(TCSTATUS_A | TCSTATUS_DA); in smvp_tc_init()
/openbmc/linux/arch/mips/include/asm/
H A Dmipsmtregs.h149 #define TCSTATUS_DA (_ULCAST_(1) << TCSTATUS_DA_SHIFT) macro