Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A 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()
H A Dmips-mt.c103 haltval = read_tc_c0_tchalt(); in mips_mt_regdump()
H A Dsmp-cps.c516 halted = read_tc_c0_tchalt(); in wait_for_sibling_halt()
/openbmc/linux/arch/mips/include/asm/
H A Dmipsmtregs.h407 #define read_tc_c0_tchalt() mftc0(2, 4) macro