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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dmips-mt.c106 haltval = read_tc_c0_tchalt();
H A Dsmtc.c1406 prevhalt = read_tc_c0_tchalt() & TCHALT_H;
1498 halt_state_save[cpu] = read_tc_c0_tchalt();
H A Dvpe.c883 if ((read_tc_c0_tcstatus() & TCSTATUS_A) || !(read_tc_c0_tchalt() & TCHALT_H)) {
906 write_tc_c0_tchalt(read_tc_c0_tchalt() & ~TCHALT_H);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dmipsmtregs.h393 #define read_tc_c0_tchalt() mftc0(2, 4) macro

Completed in 116 milliseconds