Lines Matching defs:handler
263 const u32 *handler = start;
272 pr_debug("\t.word\t0x%08x\t\t# %p\n", handler[i], &handler[i]);
306 /* The worst case length of the handler is around 18 instructions for
406 * The R3000 TLB handler is simple.
435 panic("TLB refill handler space exceeded");
437 pr_debug("Wrote TLB refill handler (%u instructions).\n",
447 * The R4000 TLB handler is much more complicated. We have two
448 * consecutive handler areas with 32 instructions space each.
451 * then we relocate it to the final handler layout as needed.
595 panic("No TLB refill handler yet (CPU type: %d)",
1258 * slots before the XTLB refill exception handler which belong to the
1288 * create the plain linear handler
1334 * Overflow check: For the 64bit handler, we need at least one
1347 panic("TLB refill handler space exceeded");
1349 * Now fold the handler in the TLB refill handler space.
1352 /* Simplest case, just copy the handler. */
1361 panic("TLB refill handler space exceeded");
1363 * Now fold the handler in the TLB refill handler space.
1367 /* Just copy the handler. */
1408 /* Copy first part of the handler. */
1427 /* Copy the rest of the handler. */
1437 pr_debug("Wrote TLB refill handler (%u instructions).\n",
1917 panic("TLB load handler fastpath space exceeded");
1920 pr_debug("Wrote TLB load handler fastpath (%u instructions).\n",
1947 panic("TLB store handler fastpath space exceeded");
1950 pr_debug("Wrote TLB store handler fastpath (%u instructions).\n",
1977 panic("TLB modify handler fastpath space exceeded");
1980 pr_debug("Wrote TLB modify handler fastpath (%u instructions).\n",
2245 panic("TLB load handler fastpath space exceeded");
2248 pr_debug("Wrote TLB load handler fastpath (%u instructions).\n",
2301 panic("TLB store handler fastpath space exceeded");
2304 pr_debug("Wrote TLB store handler fastpath (%u instructions).\n",
2358 panic("TLB modify handler fastpath space exceeded");
2361 pr_debug("Wrote TLB modify handler fastpath (%u instructions).\n",
2550 * The refill handler is generated per-CPU, multi-node systems
2578 panic("No R3000 TLB refill handler");