Lines Matching refs:exceptionVector
166 int exceptionVector; /* cpu vector causing exception */ member
698 computeSignal (exceptionVector) in computeSignal() argument
699 int exceptionVector; in computeSignal()
702 switch (exceptionVector)
816 handle_exception (int exceptionVector) in handle_exception() argument
826 exceptionVector, registers[PS], registers[PC]); in handle_exception()
829 sigval = computeSignal (exceptionVector); in handle_exception()
955 frame, frame->exceptionPC, frame->exceptionVector); in handle_exception()
963 if ((frame->exceptionVector == 33) && in handle_exception()
982 if ((frame->exceptionVector != 9) && in handle_exception()
983 (frame->exceptionVector != 31) && in handle_exception()
984 (frame->exceptionVector != 33)) in handle_exception()
990 (*oldExceptionHook) (frame->exceptionVector); in handle_exception()
997 frame->exceptionVector); in handle_exception()