Lines Matching defs:handler

264 	const u32 *handler = start;
273 pr_debug("\t.word\t0x%08x\t\t# %p\n", handler[i], &handler[i]);
307 /* The worst case length of the handler is around 18 instructions for
413 * The R3000 TLB handler is simple.
442 panic("TLB refill handler space exceeded");
444 pr_debug("Wrote TLB refill handler (%u instructions).\n",
454 * The R4000 TLB handler is much more complicated. We have two
455 * consecutive handler areas with 32 instructions space each.
458 * then we relocate it to the final handler layout as needed.
621 panic("No TLB refill handler yet (CPU type: %d)",
1299 * slots before the XTLB refill exception handler which belong to the
1329 * create the plain linear handler
1375 * Overflow check: For the 64bit handler, we need at least one
1387 panic("TLB refill handler space exceeded");
1389 * Now fold the handler in the TLB refill handler space.
1392 /* Simplest case, just copy the handler. */
1401 panic("TLB refill handler space exceeded");
1403 * Now fold the handler in the TLB refill handler space.
1407 /* Just copy the handler. */
1448 /* Copy first part of the handler. */
1467 /* Copy the rest of the handler. */
1477 pr_debug("Wrote TLB refill handler (%u instructions).\n",
1957 panic("TLB load handler fastpath space exceeded");
1960 pr_debug("Wrote TLB load handler fastpath (%u instructions).\n",
1987 panic("TLB store handler fastpath space exceeded");
1990 pr_debug("Wrote TLB store handler fastpath (%u instructions).\n",
2017 panic("TLB modify handler fastpath space exceeded");
2020 pr_debug("Wrote TLB modify handler fastpath (%u instructions).\n",
2303 panic("TLB load handler fastpath space exceeded");
2306 pr_debug("Wrote TLB load handler fastpath (%u instructions).\n",
2359 panic("TLB store handler fastpath space exceeded");
2362 pr_debug("Wrote TLB store handler fastpath (%u instructions).\n",
2416 panic("TLB modify handler fastpath space exceeded");
2419 pr_debug("Wrote TLB modify handler fastpath (%u instructions).\n",
2608 * The refill handler is generated per-CPU, multi-node systems
2636 panic("No R3000 TLB refill handler");