Home
last modified time | relevance | path

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

/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()
/linux/arch/mips/include/asm/
H A Dmipsmtregs.h460 #define write_tc_c0_tchalt(val) mttc0($2, 4, val) macro