Home
last modified time | relevance | path

Searched refs:TCHALT_H (Results 1 – 6 of 6) sorted by relevance

/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()
167 write_tc_c0_tchalt(TCHALT_H); in cleanup_tc()
246 write_tc_c0_tchalt(TCHALT_H); in vpe_free()
474 write_tc_c0_tchalt(TCHALT_H); in vpe_module_init()
Dsmp-cps.c445 write_c0_tchalt(TCHALT_H); in play_dead()
475 } while (!(halted & TCHALT_H)); in wait_for_sibling_halt()
Dsmp-mt.c113 write_tc_c0_tchalt(TCHALT_H); in smvp_tc_init()
Dcps-vec.S284 li t0, TCHALT_H
489 li t0, TCHALT_H
Dpm-cps.c446 uasm_i_addiu(&p, t0, zero, TCHALT_H); in cps_gen_entry_code()
/arch/mips/include/asm/
Dmipsmtregs.h177 #define TCHALT_H (_ULCAST_(1)) macro