Searched refs:SIG (Results 1 – 14 of 14) sorted by relevance
| /linux/tools/testing/selftests/arm64/abi/ |
| H A D | hwcap.c | 1190 #define DEF_SIGHANDLER_FUNC(SIG, NUM) \ argument 1191 static bool seen_##SIG; \ 1192 static void handle_##SIG(int sig, siginfo_t *info, void *context) \ 1196 seen_##SIG = true; \ 1270 #define DEF_INST_RAISE_SIG(SIG, NUM) \ argument 1271 static bool inst_raise_##SIG(const struct hwcap_data *hwcap, \ 1274 if (!hwcap->SIG##_fn) { \ 1275 ksft_test_result_skip(#SIG"_%s\n", hwcap->name); \ 1280 install_sigaction(NUM, handle_##SIG); \ 1282 seen_##SIG = false; \ [all …]
|
| /linux/arch/arm/boot/dts/microchip/ |
| H A D | at91-tse850-3.dts | 306 /* 0 */ "SUP-A", "SUP-B", "SUP-C", "SIG<LEV", 324 /* 24 */ "", "", "SIG<LIN", "SIG>LIN",
|
| /linux/arch/x86/math-emu/ |
| H A D | fpu_asm.h | 28 #define SIG(x) SIGL_OFFSET##(x) macro
|
| /linux/tools/perf/trace/beauty/ |
| H A D | signum.c | 11 #define P_SIGNUM(n) case SIG##n: return scnprintf(bf, size, "%s%s", show_prefix ? prefix : "", #n) in syscall_arg__scnprintf_signum()
|
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_csr.c | 32 FBNIC_BOUNDS(SIG),
|
| /linux/Documentation/trace/postprocess/ |
| H A D | trace-pagealloc-postprocess.pl | 70 $SIG{INT} = "sigint_handler";
|
| H A D | trace-vmscan-postprocess.pl | 101 $SIG{INT} = "sigint_handler";
|
| /linux/scripts/ |
| H A D | leaking_addresses.pl | 463 local $SIG{ALRM} = sub { die "alarm\n" }; # NB: \n required.
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | mb86a16.c | 402 unsigned char *SIG) in signal_det() argument 409 if (*SIG > 45) { in signal_det() 441 *SIG = S[1]; in signal_det()
|
| /linux/arch/m68k/fpsp040/ |
| H A D | ssin.S | 231 |--LET J BE THE LEAST SIG. BIT OF D0, LET SGN := (-1)**J. 307 | ...LEAST SIG. BIT OF D0 IN SIGN POSITION
|
| /linux/tools/testing/ktest/ |
| H A D | ktest.pl | 2848 $SIG{CHLD} = qw(child_finished); 4450 $SIG{INT} = qw(cancel_test);
|
| /linux/Documentation/arch/x86/ |
| H A D | sva.rst | 40 ID (PASID), which is a 20-bit number defined by the PCIe SIG.
|
| /linux/arch/m68k/ifpsp060/src/ |
| H A D | fpsp.S | 5202 # ...LEAST SIG. BIT OF D0 IN SIGN POSITION 5233 #--LET J BE THE LEAST SIG. BIT OF D0, LET SGN := (-1)**J.
|
| H A D | fplsp.S | 5074 #--LET J BE THE LEAST SIG. BIT OF D0, LET SGN := (-1)**J. 5150 # ...LEAST SIG. BIT OF D0 IN SIGN POSITION
|