| /linux-6.15/lib/tests/ |
| H A D | overflow_kunit.c | 229 {0, S64_MIN, S64_MIN, S64_MIN, 0, false, true, false}, 230 {S64_MIN, 0, S64_MIN, S64_MIN, 0, false, false, false}, 232 {-1, S64_MIN, S64_MAX, S64_MAX, S64_MIN, true, false, true}, 233 {S64_MIN, -1, S64_MAX, -S64_MAX, S64_MIN, true, false, true}, 237 {-S64_MAX, -1, S64_MIN, S64_MIN+2, S64_MAX, false, false, false}, 239 {1, S64_MIN, -S64_MAX, -S64_MAX, S64_MIN, false, true, false}, 240 {S64_MIN, 1, -S64_MAX, S64_MAX, S64_MIN, false, true, false}, 241 {1, S64_MAX, S64_MIN, S64_MIN+2, S64_MAX, true, false, false}, 244 {S64_MIN, S64_MIN, 0, 0, 0, true, false, true}, 957 TEST_OVERFLOWS_TYPE(s64, u8, S64_MIN, true); in overflows_type_test() [all …]
|
| /linux-6.15/include/linux/ |
| H A D | limits.h | 27 #define S64_MIN ((s64)(-S64_MAX - 1)) macro
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | reg_bounds.c | 17 #define S64_MIN ((s64)INT64_MIN) macro 192 else if ((s64)x == S64_MIN) in snprintf_num() 194 else if ((s64)x <= S64_MIN + 256) in snprintf_num() 195 return snappendf(sb, "S64_MIN+%lld", (s64)x - S64_MIN); in snprintf_num() 245 [S64] = { (u64)S64_MIN, (u64)S64_MAX }, 1044 {"smin=", ®->r[S64].a, S64_MIN}, in parse_reg_state() 2116 {S64, U64, {S64_MIN, 0}, {S64_MIN, S64_MIN}}, 2117 {S64, U64, {S64_MIN, 0}, {0, 0}}, 2118 {S64, U64, {S64_MIN, S64_MAX}, {S64_MAX, S64_MAX}},
|
| /linux-6.15/fs/coda/ |
| H A D | inode.c | 235 sb->s_time_min = S64_MIN; in coda_fill_super()
|
| /linux-6.15/arch/mips/math-emu/ |
| H A D | ieee754.h | 297 return ieee754_csr.nan2008 && xs ? S64_MIN : S64_MAX; in ieee754di_overflow()
|
| /linux-6.15/drivers/net/ethernet/marvell/mvpp2/ |
| H A D | mvpp2_tai.c | 214 if (delta == S64_MIN) in mvpp22_tai_adjtime()
|
| /linux-6.15/drivers/perf/ |
| H A D | arm-ni.c | 386 local64_set(&cd->ccnt->hw.prev_count, S64_MIN); in arm_ni_init_ccnt() 387 lo_hi_writeq_relaxed(S64_MIN, cd->pmu_base + NI_PMCCNTR_L); in arm_ni_init_ccnt()
|
| /linux-6.15/net/ceph/ |
| H A D | debugfs.c | 303 hoid->pool == S64_MIN) { in dump_hoid()
|
| /linux-6.15/kernel/bpf/ |
| H A D | log.c | 620 {"smin", reg->smin_value, reg->smin_value == S64_MIN}, in print_scalar_ranges()
|
| H A D | verifier.c | 379 if (reg->smin_value > S64_MIN) { in verbose_invalid_scalar() 2226 reg->smin_value = S64_MIN; in __mark_reg_unbounded() 2239 reg->smin_value = S64_MIN; in __mark_reg64_unbounded() 13943 if (smin == S64_MIN) { in check_reg_sane_offset() 14539 *dst_smin = S64_MIN; in scalar_min_max_add() 14585 *dst_smin = S64_MIN; in scalar_min_max_sub() 14647 *dst_smin = S64_MIN; in scalar_min_max_mul() 14711 dst_reg->smin_value = S64_MIN; in scalar_min_max_and() 14774 dst_reg->smin_value = S64_MIN; in scalar_min_max_or() 14832 dst_reg->smin_value = S64_MIN; in scalar_min_max_xor() [all …]
|
| /linux-6.15/lib/ |
| H A D | nlattr.c | 260 range->min = S64_MIN; in nla_get_range_signed()
|
| /linux-6.15/net/ceph/crush/ |
| H A D | mapper.c | 363 draw = S64_MIN; in bucket_straw2_choose()
|
| /linux-6.15/fs/nfs/ |
| H A D | super.c | 1117 sb->s_time_min = S64_MIN; in nfs_fill_super()
|
| /linux-6.15/fs/ufs/ |
| H A D | super.c | 858 sb->s_time_min = S64_MIN; in ufs_fill_super()
|
| /linux-6.15/fs/bcachefs/ |
| H A D | fs.c | 2514 sb->s_time_min = div_s64(S64_MIN, c->sb.time_units_per_sec) + 1; in bch2_fs_get_tree()
|