Searched refs:handle_tlbm (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mm/
H A Dtlbex.c1345 u32 __tlb_handler_align handle_tlbm[FASTPATH_SIZE]; variable
1620 u32 *p = handle_tlbm;
1625 memset(handle_tlbm, 0, sizeof(handle_tlbm));
1639 if ((p - handle_tlbm) > FASTPATH_SIZE)
1644 (unsigned int)(p - handle_tlbm));
1648 for (i = 0; i < (p - handle_tlbm); i++)
1649 pr_debug("\t.word 0x%08x\n", handle_tlbm[i]);
1776 u32 *p = handle_tlbm;
1781 memset(handle_tlbm,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dtraps.c47 extern asmlinkage void handle_tlbm(void);
1499 set_except_vector(1, handle_tlbm);

Completed in 101 milliseconds