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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dtlbex.c1424 #define FASTPATH_SIZE 128 macro
1426 u32 handle_tlbl[FASTPATH_SIZE] __cacheline_aligned;
1427 u32 handle_tlbs[FASTPATH_SIZE] __cacheline_aligned;
1428 u32 handle_tlbm[FASTPATH_SIZE] __cacheline_aligned;
1737 if ((p - handle_tlbl) > FASTPATH_SIZE)
1767 if ((p - handle_tlbs) > FASTPATH_SIZE)
1797 if ((p - handle_tlbm) > FASTPATH_SIZE)
2010 if ((p - handle_tlbl) > FASTPATH_SIZE)
2064 if ((p - handle_tlbs) > FASTPATH_SIZE)
2119 if ((p - handle_tlbm) > FASTPATH_SIZE)
[all...]

Completed in 46 milliseconds