/linux/fs/isofs/ |
H A D | rock.c | 25 #define SIG(A,B) ((A) | ((B) << 8)) /* isonum_721() */ macro 144 case SIG('S', 'P'): in rock_check_overflow() 147 case SIG('C', 'E'): in rock_check_overflow() 150 case SIG('E', 'R'): in rock_check_overflow() 153 case SIG('R', 'R'): in rock_check_overflow() 156 case SIG('P', 'X'): in rock_check_overflow() 159 case SIG('P', 'N'): in rock_check_overflow() 162 case SIG('S', 'L'): in rock_check_overflow() 165 case SIG('N', 'M'): in rock_check_overflow() 168 case SIG('C', 'L'): in rock_check_overflow() [all …]
|
/linux/tools/testing/selftests/arm64/abi/ |
H A D | hwcap.c | 874 #define DEF_SIGHANDLER_FUNC(SIG, NUM) \ argument 875 static bool seen_##SIG; \ 876 static void handle_##SIG(int sig, siginfo_t *info, void *context) \ 880 seen_##SIG = true; \ 954 #define DEF_INST_RAISE_SIG(SIG, NUM) \ argument 955 static bool inst_raise_##SIG(const struct hwcap_data *hwcap, \ 958 if (!hwcap->SIG##_fn) { \ 959 ksft_test_result_skip(#SIG"_%s\n", hwcap->name); \ 964 install_sigaction(NUM, handle_##SIG); \ 966 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/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 | 2815 $SIG{CHLD} = qw(child_finished); 4333 $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/Documentation/networking/ |
H A D | ethtool-netlink.rst | 1953 The OPEN Alliance SIG specifies a standard register map for 10BASE-T1S PHYs
|
/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
|