Home
last modified time | relevance | path

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

/linux-3.4.99/arch/cris/arch-v32/kernel/
Dkgdb.c428 static void stub_is_stopped(int sigval);
433 void handle_exception(int sigval);
875 stub_is_stopped(int sigval) in stub_is_stopped() argument
883 ptr = hex_byte_pack(ptr, sigval); in stub_is_stopped()
1051 void register_fixup(int sigval) in register_fixup() argument
1077 if (sigval == SIGTRAP) { in register_fixup()
1117 } else if (sigval == SIGINT) { in register_fixup()
1284 handle_exception(int sigval) in handle_exception() argument
1291 register_fixup(sigval); in handle_exception()
1294 stub_is_stopped(sigval); in handle_exception()
[all …]
/linux-3.4.99/arch/cris/arch-v10/kernel/
Dkgdb.c308 static void stub_is_stopped (int sigval);
312 static void handle_exception (int sigval);
860 stub_is_stopped(int sigval) in stub_is_stopped() argument
871 ptr = hex_byte_pack(ptr, sigval); in stub_is_stopped()
924 handle_exception (int sigval) in handle_exception() argument
933 stub_is_stopped (sigval); in handle_exception()
1098 remcomOutBuffer[1] = hex_asc_hi(sigval); in handle_exception()
1099 remcomOutBuffer[2] = hex_asc_lo(sigval); in handle_exception()
/linux-3.4.99/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 …]
/linux-3.4.99/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()
/linux-3.4.99/include/asm-generic/
Dsiginfo.h7 typedef union sigval { union