Searched refs:MIPS64_REFILL_INSNS (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.c1245 #define MIPS64_REFILL_INSNS 32 macro
1326 if (((p - tlb_handler) > (MIPS64_REFILL_INSNS * 2) - 1)
1327 || (((p - tlb_handler) > (MIPS64_REFILL_INSNS * 2) - 3)
1329 tlb_handler + MIPS64_REFILL_INSNS - 3)))
1342 f = final_handler + MIPS64_REFILL_INSNS;
1343 if ((p - tlb_handler) <= MIPS64_REFILL_INSNS) {
1365 if (split > tlb_handler + MIPS64_REFILL_INSNS ||
1366 split < p - MIPS64_REFILL_INSNS)
1375 split = tlb_handler + MIPS64_REFILL_INSNS - 2;
1406 final_len = (f - (final_handler + MIPS64_REFILL_INSNS))
[all...]

Completed in 36 milliseconds