Lines Matching refs:fast
83 int fast;
346 * When call0 application encounters an illegal instruction fast
478 * - fast user first dispatch table for user exceptions
479 * - fast kernel first dispatch table for kernel exceptions
480 * - default C-handler C-handler called by the default fast handler.
500 int fast = dispatch_init_table[i].fast;
504 if (fast == 0)
506 if ((fast & USER) != 0)
508 if ((fast & KRNL) != 0)