Searched refs:handle_tlbl (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.c1343 u32 __tlb_handler_align handle_tlbl[FASTPATH_SIZE]; variable
1550 u32 *p = handle_tlbl;
1555 memset(handle_tlbl, 0, sizeof(handle_tlbl));
1569 if ((p - handle_tlbl) > FASTPATH_SIZE)
1574 (unsigned int)(p - handle_tlbl));
1578 for (i = 0; i < (p - handle_tlbl); i++)
1579 pr_debug("\t.word 0x%08x\n", handle_tlbl[i]);
1699 u32 *p = handle_tlbl;
1704 memset(handle_tlbl,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dtraps.c48 extern asmlinkage void handle_tlbl(void);
1500 set_except_vector(2, handle_tlbl);

Completed in 30 milliseconds