Home
last modified time | relevance | path

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

/arch/mips/kernel/
Dsmtc.c226 write_tc_c0_tchalt(TCHALT_H); in smtc_configure_tlb()
334 write_tc_c0_tchalt(TCHALT_H); in smtc_tc_setup()
814 write_tc_c0_tchalt(TCHALT_H); in smtc_send_ipi()
1060 write_tc_c0_tchalt(TCHALT_H); in ipi_interrupt()
1312 prevhalt = read_tc_c0_tchalt() & TCHALT_H; in smtc_get_new_mmu_context()
1314 write_tc_c0_tchalt(TCHALT_H); in smtc_get_new_mmu_context()
1405 write_tc_c0_tchalt(TCHALT_H); in smtc_cflush_lockdown()
Dsmp-mt.c112 write_tc_c0_tchalt(TCHALT_H); in smvp_tc_init()
Dvpe.c725 if ((read_tc_c0_tcstatus() & TCSTATUS_A) || !(read_tc_c0_tchalt() & TCHALT_H)) { in vpe_run()
748 write_tc_c0_tchalt(read_tc_c0_tchalt() & ~TCHALT_H); in vpe_run()
1021 write_tc_c0_tchalt(TCHALT_H); in cleanup_tc()
1261 write_tc_c0_tchalt(TCHALT_H); in vpe_free()
1562 write_tc_c0_tchalt(TCHALT_H); in vpe_module_init()
/arch/mips/include/asm/
Dmipsmtregs.h164 #define TCHALT_H (_ULCAST_(1)) macro