Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/kernel/
Dvpe-mt.c66 !(read_tc_c0_tchalt() & TCHALT_H)) { in vpe_run()
92 write_tc_c0_tchalt(read_tc_c0_tchalt() & ~TCHALT_H); in vpe_run()
Dmips-mt.c103 haltval = read_tc_c0_tchalt(); in mips_mt_regdump()
Dsmp-cps.c515 halted = read_tc_c0_tchalt(); in wait_for_sibling_halt()
/linux-5.19.10/arch/mips/include/asm/
Dmipsmtregs.h407 #define read_tc_c0_tchalt() mftc0(2, 4) macro