Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dvpe-mt.c92 write_tc_c0_tchalt(read_tc_c0_tchalt() & ~TCHALT_H); in vpe_run()
166 write_tc_c0_tchalt(TCHALT_H); in cleanup_tc()
245 write_tc_c0_tchalt(TCHALT_H); in vpe_free()
471 write_tc_c0_tchalt(TCHALT_H); in vpe_module_init()
H A Dsmp-mt.c106 write_tc_c0_tchalt(TCHALT_H); in smvp_tc_init()
157 write_tc_c0_tchalt(0); in vsmp_boot_secondary()
H A Dmips-mt.c104 write_tc_c0_tchalt(1); in mips_mt_regdump()
115 write_tc_c0_tchalt(0); in mips_mt_regdump()
/openbmc/linux/arch/mips/include/asm/
H A Dmipsmtregs.h408 #define write_tc_c0_tchalt(val) mttc0(2, 4, val) macro