Home
last modified time | relevance | path

Searched refs:sigval (Results 1 – 4 of 4) sorted by relevance

/arch/cris/arch-v32/kernel/
Dkgdb.c414 static void stub_is_stopped(int sigval);
419 void handle_exception(int sigval);
861 stub_is_stopped(int sigval) in stub_is_stopped() argument
869 ptr = hex_byte_pack(ptr, sigval); in stub_is_stopped()
1037 void register_fixup(int sigval) in register_fixup() argument
1063 if (sigval == SIGTRAP) { in register_fixup()
1103 } else if (sigval == SIGINT) { in register_fixup()
1270 handle_exception(int sigval) in handle_exception() argument
1277 register_fixup(sigval); in handle_exception()
1280 stub_is_stopped(sigval); in handle_exception()
[all …]
/arch/cris/arch-v10/kernel/
Dkgdb.c687 stub_is_stopped(int sigval) in stub_is_stopped() argument
698 ptr = hex_byte_pack(ptr, sigval); in stub_is_stopped()
738 handle_exception (int sigval) in handle_exception() argument
742 stub_is_stopped (sigval); in handle_exception()
880 remcomOutBuffer[1] = hex_asc_hi(sigval); in handle_exception()
881 remcomOutBuffer[2] = hex_asc_lo(sigval); in handle_exception()
/arch/frv/kernel/
Dgdb-stub.c1393 void gdbstub(int sigval) in gdbstub() argument
1402 if (sigval < 0) { in gdbstub()
1407 sigval = SIGINT; in gdbstub()
1442 sigval = SIGINT; in gdbstub()
1457 sigval = SIGXCPU; in gdbstub()
1477 sigval = SIGINT; in gdbstub()
1481 if (!sigval) in gdbstub()
1482 sigval = gdbstub_compute_signal(__debug_status.brr); in gdbstub()
1489 if (sigval != SIGINT && sigval != SIGTRAP && sigval != SIGILL) { in gdbstub()
1528 ptr = hex_byte_pack(ptr, sigval); in gdbstub()
[all …]
/arch/mn10300/kernel/
Dgdb-stub.c1184 int sigval; in gdbstub() local
1221 sigval = SIGINT; in gdbstub()
1228 sigval = broke ? SIGTRAP : computeSignal(excep); in gdbstub()
1254 sigval = SIGABRT; in gdbstub()
1257 sigval = SIGABRT; in gdbstub()
1264 if (sigval != SIGINT && sigval != SIGTRAP && sigval != SIGILL) { in gdbstub()
1323 ptr = hex_byte_pack(ptr, sigval); in gdbstub()
1365 output_buffer[1] = hex_asc_hi(sigval); in gdbstub()
1366 output_buffer[2] = hex_asc_lo(sigval); in gdbstub()