Searched refs:exceptionVector (Results 1 – 5 of 5) sorted by relevance
166 int exceptionVector; /* cpu vector causing exception */ member698 computeSignal (exceptionVector) in computeSignal() argument699 int exceptionVector; in computeSignal()702 switch (exceptionVector)816 handle_exception (int exceptionVector) in handle_exception() argument826 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()[all …]
205 static int computeSignal (int exceptionVector);206 static void handle_exception (int exceptionVector);520 computeSignal (int exceptionVector) in computeSignal() argument523 switch (exceptionVector) in computeSignal()656 gdb_handle_exception (int exceptionVector) in gdb_handle_exception() argument663 sigval = computeSignal (exceptionVector); in gdb_handle_exception()677 if (exceptionVector == 0xff in gdb_handle_exception()678 || exceptionVector == 0x20) in gdb_handle_exception()793 void handle_exception(int exceptionVector) in handle_exception() argument797 monitor_handle_exception (exceptionVector); in handle_exception()[all …]
655 computeSignal (int exceptionVector) in computeSignal() argument658 switch (exceptionVector) in computeSignal()744 handle_exception (int exceptionVector) in handle_exception() argument751 gdb_i386vector = exceptionVector; in handle_exception()756 exceptionVector, registers[PS], registers[PC]); in handle_exception()760 sigval = computeSignal (exceptionVector); in handle_exception()
209 handle_exception (int exceptionVector) in handle_exception() argument220 gdb_m32r_vector = exceptionVector; in handle_exception()224 mem2hex ((unsigned char *) &exceptionVector, buf, 4, 0); in handle_exception()231 sigval = computeSignal (exceptionVector); in handle_exception()258 if (exceptionVector == 0) /* simulated SYS call stuff */ in handle_exception()852 computeSignal (int exceptionVector) in computeSignal() argument855 switch (exceptionVector) in computeSignal()
352 computeSignal (int exceptionVector) in computeSignal() argument355 switch (exceptionVector & ~T_USER) in computeSignal()