Searched refs:sigval (Results 1 – 7 of 7) sorted by relevance
406 static void stub_is_stopped(int sigval);411 void handle_exception(int sigval);832 stub_is_stopped(int sigval) in stub_is_stopped() argument840 ptr = hex_byte_pack(ptr, sigval); in stub_is_stopped()1008 void register_fixup(int sigval) in register_fixup() argument1034 if (sigval == SIGTRAP) { in register_fixup()1074 } else if (sigval == SIGINT) { in register_fixup()1241 handle_exception(int sigval) in handle_exception() argument1248 register_fixup(sigval); in handle_exception()1251 stub_is_stopped(sigval); in handle_exception()[all …]
663 stub_is_stopped(int sigval) in stub_is_stopped() argument674 ptr = hex_byte_pack(ptr, sigval); in stub_is_stopped()714 handle_exception (int sigval) in handle_exception() argument718 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()
47 uint32_t sigval[4]; member200 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()
1393 void gdbstub(int sigval) in gdbstub() argument1402 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 …]
1184 int sigval; in gdbstub() local1221 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()
7 typedef union sigval { union
1564 union sigval val; in perf_evlist__prepare_workload()