Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/kernel/
Dsmtc.c799 unsigned long tcrestart; in smtc_send_ipi() local
855 tcrestart = read_tc_c0_tcrestart(); in smtc_send_ipi()
856 if (tcrestart >= (unsigned long)r4k_wait_irqoff in smtc_send_ipi()
857 && tcrestart < (unsigned long)__pastwait) { in smtc_send_ipi()
888 unsigned long tcrestart; in post_direct_ipi() local
895 tcrestart = read_tc_c0_tcrestart(); in post_direct_ipi()
897 if ((tcrestart & 0x80000000) in post_direct_ipi()
898 && ((*(unsigned int *)tcrestart & 0xfe00003f) == 0x42000020)) { in post_direct_ipi()
899 tcrestart += 4; in post_direct_ipi()
914 kstack->cp0_epc = (long)tcrestart; in post_direct_ipi()