Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/kernel/
Dvpe-mt.c65 if ((read_tc_c0_tcstatus() & TCSTATUS_A) || in vpe_run()
89 val = (val & ~(TCSTATUS_DA | TCSTATUS_IXMT)) | TCSTATUS_A; in vpe_run()
163 tmp &= ~(TCSTATUS_A | TCSTATUS_DA); in cleanup_tc()
250 write_tc_c0_tcstatus(read_tc_c0_tcstatus() & ~TCSTATUS_A); in vpe_free()
479 tmp &= ~(TCSTATUS_A | TCSTATUS_DA); in vpe_module_init()
Dsmp-mt.c101 tmp &= ~(TCSTATUS_A | TCSTATUS_DA); in smvp_tc_init()
154 write_tc_c0_tcstatus((read_tc_c0_tcstatus() & ~TCSTATUS_IXMT) | TCSTATUS_A); in vsmp_boot_secondary()
Dcps-vec.S474 ori t0, t0, TCSTATUS_A
/linux-6.1.9/arch/mips/include/asm/
Dmipsmtregs.h147 #define TCSTATUS_A (_ULCAST_(1) << TCSTATUS_A_SHIFT) macro