Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/kernel/
Dvpe-mt.c89 val = (val & ~(TCSTATUS_DA | TCSTATUS_IXMT)) | TCSTATUS_A; in vpe_run()
163 tmp &= ~(TCSTATUS_A | TCSTATUS_DA); in cleanup_tc()
480 tmp &= ~(TCSTATUS_A | TCSTATUS_DA); in vpe_module_init()
Dsmp-mt.c101 tmp &= ~(TCSTATUS_A | TCSTATUS_DA); in smvp_tc_init()
/linux-5.19.10/arch/mips/include/asm/
Dmipsmtregs.h149 #define TCSTATUS_DA (_ULCAST_(1) << TCSTATUS_DA_SHIFT) macro