Searched refs:handle_tlbs (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.c1344 u32 __tlb_handler_align handle_tlbs[FASTPATH_SIZE]; variable
1585 u32 *p = handle_tlbs;
1590 memset(handle_tlbs, 0, sizeof(handle_tlbs));
1604 if ((p - handle_tlbs) > FASTPATH_SIZE)
1609 (unsigned int)(p - handle_tlbs));
1613 for (i = 0; i < (p - handle_tlbs); i++)
1614 pr_debug("\t.word 0x%08x\n", handle_tlbs[i]);
1742 u32 *p = handle_tlbs;
1747 memset(handle_tlbs,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dtraps.c49 extern asmlinkage void handle_tlbs(void);
1501 set_except_vector(3, handle_tlbs);

Completed in 35 milliseconds