| /kernel/linux/linux-5.10/samples/bpf/ |
| D | xdp_monitor_kern.c | 30 int prog_id; // offset:8; size:4; signed:1; 31 u32 act; // offset:12 size:4; signed:0; 32 int ifindex; // offset:16 size:4; signed:1; 33 int err; // offset:20 size:4; signed:1; 34 int to_ifindex; // offset:24 size:4; signed:1; 35 u32 map_id; // offset:28 size:4; signed:0; 36 int map_index; // offset:32 size:4; signed:1; 100 int prog_id; // offset:8; size:4; signed:1; 101 u32 act; // offset:12; size:4; signed:0; 102 int ifindex; // offset:16; size:4; signed:1; [all …]
|
| D | xdp_redirect_cpu_kern.c | 580 int prog_id; // offset:8; size:4; signed:1; 581 u32 act; // offset:12 size:4; signed:0; 582 int ifindex; // offset:16 size:4; signed:1; 583 int err; // offset:20 size:4; signed:1; 584 int to_ifindex; // offset:24 size:4; signed:1; 585 u32 map_id; // offset:28 size:4; signed:0; 586 int map_index; // offset:32 size:4; signed:1; 635 int prog_id; // offset:8; size:4; signed:1; 636 u32 act; // offset:12; size:4; signed:0; 637 int ifindex; // offset:16; size:4; signed:1; [all …]
|
| /kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/ |
| D | stat.h | 15 signed int st_size; 16 signed int st_atime; 18 signed int st_mtime; 20 signed int st_ctime; 55 signed long long st_size; 56 signed int st_blksize; 58 signed long long st_blocks; 59 signed int st_atime; 61 signed int st_mtime; 63 signed int st_ctime;
|
| /kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
| D | stat.h | 15 signed int st_size; 16 signed int st_atime; 18 signed int st_mtime; 20 signed int st_ctime; 55 signed long long st_size; 56 signed int st_blksize; 58 signed long long st_blocks; 59 signed int st_atime; 61 signed int st_mtime; 63 signed int st_ctime;
|
| /kernel/linux/linux-6.6/arch/ia64/include/asm/ |
| D | asm-prototypes.h | 18 signed int __divsi3(signed int, unsigned int); 19 signed int __modsi3(signed int, unsigned int); 21 signed long long __divdi3(signed long long, unsigned long long); 22 signed long long __moddi3(signed long long, unsigned long long);
|
| /kernel/linux/linux-5.10/arch/ia64/include/asm/ |
| D | asm-prototypes.h | 18 signed int __divsi3(signed int, unsigned int); 19 signed int __modsi3(signed int, unsigned int); 21 signed long long __divdi3(signed long long, unsigned long long); 22 signed long long __moddi3(signed long long, unsigned long long);
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | math64.h | 32 * div_s64_rem - signed 64bit divide with 32bit divisor with remainder 33 * @dividend: signed 64bit dividend 34 * @divisor: signed 32bit divisor 35 * @remainder: pointer to signed 32bit remainder 72 * div64_s64 - signed 64bit divide with 64bit divisor 73 * @dividend: signed 64bit dividend 74 * @divisor: signed 64bit divisor 132 * div_s64 - signed 64bit divide with 32bit divisor 133 * @dividend: signed 64bit dividend 134 * @divisor: signed 32bit divisor [all …]
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
| D | cvmx-fau.h | 147 * @value: Signed value to add. 166 * @value: Signed value to add. 181 * @value: Signed value to add. 197 * @value: Signed value to add. 211 * @value: Signed value to add. 226 * @value: Signed value to add. 250 * @value: Signed value to add. 275 * @value: Signed value to add. 298 * @value: Signed value to add. 319 * @value: Signed value to add. [all …]
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
| D | cvmx-fau.h | 147 * @value: Signed value to add. 166 * @value: Signed value to add. 181 * @value: Signed value to add. 197 * @value: Signed value to add. 211 * @value: Signed value to add. 226 * @value: Signed value to add. 250 * @value: Signed value to add. 275 * @value: Signed value to add. 298 * @value: Signed value to add. 319 * @value: Signed value to add. [all …]
|
| /kernel/linux/linux-6.6/tools/include/nolibc/ |
| D | stdint.h | 11 typedef signed char int8_t; 13 typedef signed short int16_t; 15 typedef signed int int32_t; 17 typedef signed long long int64_t; 19 typedef signed long ssize_t; 21 typedef signed long intptr_t; 22 typedef signed long ptrdiff_t;
|
| D | std.h | 27 typedef signed int pid_t; 31 typedef signed long off_t; 32 typedef signed long blksize_t; 33 typedef signed long blkcnt_t; 34 typedef signed long time_t;
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | math64.h | 33 * div_s64_rem - signed 64bit divide with 32bit divisor with remainder 34 * @dividend: signed 64bit dividend 35 * @divisor: signed 32bit divisor 36 * @remainder: pointer to signed 32bit remainder 73 * div64_s64 - signed 64bit divide with 64bit divisor 74 * @dividend: signed 64bit dividend 75 * @divisor: signed 64bit divisor 135 * div_s64 - signed 64bit divide with 32bit divisor 136 * @dividend: signed 64bit dividend 137 * @divisor: signed 32bit divisor [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/kexec/ |
| D | test_kexec_file_load.sh | 8 # To determine whether the kernel image is signed, this test depends 19 # be signed, but these policy rules may be replaced with a custom 36 # kexec kernel image be signed. Policy rules are walked 67 log_info "kexec kernel image PE signed" 69 log_info "kexec kernel image not PE signed" 89 log_info "kexec kernel image IMA signed" 91 log_info "kexec kernel image not IMA signed" 106 log_info "kexec kernel image modsig signed" 108 log_info "kexec kernel image not modsig signed" 215 "kexec signed kernel image required" [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/kexec/ |
| D | test_kexec_file_load.sh | 8 # To determine whether the kernel image is signed, this test depends 19 # be signed, but these policy rules may be replaced with a custom 36 # kexec kernel image be signed. Policy rules are walked 67 log_info "kexec kernel image PE signed" 69 log_info "kexec kernel image not PE signed" 89 log_info "kexec kernel image IMA signed" 91 log_info "kexec kernel image not IMA signed" 105 log_info "kexec kernel image modsig signed" 107 log_info "kexec kernel image not modsig signed" 214 "kexec signed kernel image required" [all …]
|
| /kernel/linux/linux-6.6/security/integrity/ima/ |
| D | Kconfig | 178 to be signed. Unsigned files might prevent the system from 186 This option defines a policy requiring all firmware to be signed, 197 be signed and verified by a public key on the trusted IMA 209 Enabling this rule will require all kernel modules to be signed 221 Enabling this rule will require the IMA policy to be signed and 241 appended signature is the same used for signed kernel modules. 246 bool "Permit keys validly signed by a built-in or secondary CA cert (EXPERIMENTAL)" 254 key is validly signed by a CA cert in the system built-in or 260 provided they are validly signed by a key already resident in the 281 X509 certificates signed by a trusted key on the [all …]
|
| /kernel/linux/linux-5.10/security/integrity/ima/ |
| D | Kconfig | 178 to be signed. Unsigned files might prevent the system from 186 This option defines a policy requiring all firmware to be signed, 197 be signed and verified by a public key on the trusted IMA 209 Enabling this rule will require all kernel modules to be signed 221 Enabling this rule will require the IMA policy to be signed and 241 appended signature is the same used for signed kernel modules. 246 bool "Permit keys validly signed by a built-in or secondary CA cert (EXPERIMENTAL)" 254 key is validly signed by a CA cert in the system built-in or 259 provided they are validly signed by a key already resident in the 280 X509 certificates signed by a trusted key on the [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | module-signing.rst | 11 .. - Signed modules and stripping. 12 .. - Loading signed modules. 24 or modules signed with an invalid key. Module signing increases security by 49 (1) :menuselection:`Require modules to be validly signed` 71 If this is on then modules will be automatically signed during the 73 be signed manually using:: 78 (3) :menuselection:`Which hash algorithm should modules be signed with?` 92 than being a module) so that modules signed with that algorithm can have 101 and allow the kernel modules to be signed with a key of your choosing. 207 ``.builtin_trusted_keys`` **if** the new key's X.509 wrapper is validly signed by a key [all …]
|
| /kernel/linux/linux-6.6/Documentation/admin-guide/ |
| D | module-signing.rst | 11 .. - Signed modules and stripping. 12 .. - Loading signed modules. 24 or modules signed with an invalid key. Module signing increases security by 49 (1) :menuselection:`Require modules to be validly signed` 71 If this is on then modules will be automatically signed during the 73 be signed manually using:: 78 (3) :menuselection:`Which hash algorithm should modules be signed with?` 92 than being a module) so that modules signed with that algorithm can have 101 and allow the kernel modules to be signed with a key of your choosing. 207 ``.builtin_trusted_keys`` **if** the new key's X.509 wrapper is validly signed by a key [all …]
|
| /kernel/linux/linux-6.6/sound/core/oss/ |
| D | rate.c | 36 signed short last_S1; 37 signed short last_S2; 70 signed int val; in resample_expand() 71 signed short S1, S2; in resample_expand() 72 signed short *src, *dst; in resample_expand() 90 src = (signed short *)src_channels[channel].area.addr + in resample_expand() 92 dst = (signed short *)dst_channels[channel].area.addr + in resample_expand() 107 val = S1 + ((S2 - S1) * (signed int)pos) / BITS; in resample_expand() 129 signed int val; in resample_shrink() 130 signed short S1, S2; in resample_shrink() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
| D | kfd_dbgdev.h | 96 signed int i32All; 105 signed int i32All; 125 signed int i32All; 134 signed int i32All; 149 signed int i32All; 160 signed int i32All; 170 signed int i32All; 205 signed int i32All;
|
| /kernel/linux/linux-5.10/sound/core/oss/ |
| D | rate.c | 36 signed short last_S1; 37 signed short last_S2; 70 signed int val; in resample_expand() 71 signed short S1, S2; in resample_expand() 72 signed short *src, *dst; in resample_expand() 90 src = (signed short *)src_channels[channel].area.addr + in resample_expand() 92 dst = (signed short *)dst_channels[channel].area.addr + in resample_expand() 107 val = S1 + ((S2 - S1) * (signed int)pos) / BITS; in resample_expand() 129 signed int val; in resample_shrink() 130 signed short S1, S2; in resample_shrink() [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/verifier/ |
| D | bounds_mix_sign_unsign.c | 2 "bounds checks mixing signed and unsigned, positive bounds", 26 "bounds checks mixing signed and unsigned", 50 "bounds checks mixing signed and unsigned, variant 2", 76 "bounds checks mixing signed and unsigned, variant 3", 101 "bounds checks mixing signed and unsigned, variant 4", 124 "bounds checks mixing signed and unsigned, variant 5", 149 "bounds checks mixing signed and unsigned, variant 6", 173 "bounds checks mixing signed and unsigned, variant 7", 196 "bounds checks mixing signed and unsigned, variant 8", 222 "bounds checks mixing signed and unsigned, variant 9", [all …]
|
| /kernel/liteos_a/testsuites/unittest/common/include/ |
| D | los_typedef.h | 52 typedef signed char INT8; 53 typedef signed short INT16; 54 typedef signed int INT32; 64 typedef long signed int INT64; 66 typedef signed long INTPTR; 69 typedef signed long long INT64; 71 typedef signed int INTPTR;
|
| /kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/ |
| D | core_feature_dsp.h | 55 * - s>>: signed arithmetic right shift: 68 * - s*: Signed multiplication. 94 * instructions can be classified into 5 groups: Wrap-around (dropping overflow), Signed Halving 95 …* (keeping overflow by dropping 1 LSB bit), Unsigned Halving, Signed Saturation (clipping overflow… 108 * Based on the way of how an overflow condition is handled for signed or unsigned operation, the 110 * overflow), Signed Halving (keeping overflow by dropping 1 LSB bit), Unsigned Halving, Signed 250 …* \defgroup NMSIS_Core_DSP_Intrinsic_SIGNED_MSW_32X32_MAC Signed MSW 32x32 Multiply and Add I… 252 * \brief Signed MSW 32x32 Multiply and Add Instructions 254 * there are 8 Signed MSW 32x32 Multiply and Add Instructions 258 …* \defgroup NMSIS_Core_DSP_Intrinsic_SIGNED_MSW_32X16_MAC Signed MSW 32x16 Multiply and Add I… [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| D | verifier_bounds_mix_sign_unsign.c | 16 __description("bounds checks mixing signed and unsigned, positive bounds") 48 __description("bounds checks mixing signed and unsigned") 80 __description("bounds checks mixing signed and unsigned, variant 2") 114 __description("bounds checks mixing signed and unsigned, variant 3") 147 __description("bounds checks mixing signed and unsigned, variant 4") 178 __description("bounds checks mixing signed and unsigned, variant 5") 211 __description("bounds checks mixing signed and unsigned, variant 6") 242 __description("bounds checks mixing signed and unsigned, variant 7") 274 __description("bounds checks mixing signed and unsigned, variant 8") 308 __description("bounds checks mixing signed and unsigned, variant 9") [all …]
|