Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/arch-v32/kernel/
Dkgdb.c406 static void stub_is_stopped(int sigval);
411 void handle_exception(int sigval);
832 stub_is_stopped(int sigval) in stub_is_stopped() argument
840 ptr = hex_byte_pack(ptr, sigval); in stub_is_stopped()
1008 void register_fixup(int sigval) in register_fixup() argument
1034 if (sigval == SIGTRAP) { in register_fixup()
1074 } else if (sigval == SIGINT) { in register_fixup()
1241 handle_exception(int sigval) in handle_exception() argument
1248 register_fixup(sigval); in handle_exception()
1251 stub_is_stopped(sigval); in handle_exception()
[all …]
/linux-4.4.14/arch/cris/arch-v10/kernel/
Dkgdb.c663 stub_is_stopped(int sigval) in stub_is_stopped() argument
674 ptr = hex_byte_pack(ptr, sigval); in stub_is_stopped()
714 handle_exception (int sigval) in handle_exception() argument
718 stub_is_stopped (sigval); in handle_exception()
863 remcomOutBuffer[1] = hex_asc_hi(sigval); in handle_exception()
864 remcomOutBuffer[2] = hex_asc_lo(sigval); in handle_exception()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dvce_v1_0.c47 uint32_t sigval[4]; member
200 data[0] = sign->val[i].sigval[0]; in vce_v1_0_load_fw()
201 data[1] = sign->val[i].sigval[1]; in vce_v1_0_load_fw()
202 data[2] = sign->val[i].sigval[2]; in vce_v1_0_load_fw()
203 data[3] = sign->val[i].sigval[3]; in vce_v1_0_load_fw()
/linux-4.4.14/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-4.4.14/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-4.4.14/include/uapi/asm-generic/
Dsiginfo.h7 typedef union sigval { union
/linux-4.4.14/tools/perf/util/
Devlist.c1564 union sigval val; in perf_evlist__prepare_workload()