Home
last modified time | relevance | path

Searched refs:S64_MIN (Results 1 – 12 of 12) sorted by relevance

/linux/include/linux/
H A Dlimits.h27 #define S64_MIN ((s64)(-S64_MAX - 1)) macro
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c17 #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 },
468 smin = (u64)S64_MIN; in range_refine_in_halves()
1131 {"smin=", &reg->r[S64].a, S64_MIN}, in parse_reg_state()
2181 {U64, S32, {0xfffffffe00000001, 0xffffffff00000000}, {S64_MIN, S64_MIN}},
2221 {S64, U64, {S64_MIN, 0}, {S64_MIN, S64_MIN}},
2222 {S64, U64, {S64_MIN, 0}, {0, 0}},
[all …]
/linux/drivers/rtc/
H A Drtc-macsmc.c115 rtc->rtc_dev->range_min = S64_MIN >> (RTC_SEC_SHIFT + (64 - RTC_BITS)); in macsmc_rtc_probe()
/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_tai.c214 if (delta == S64_MIN) in mvpp22_tai_adjtime()
/linux/arch/mips/math-emu/
H A Dieee754.h297 return ieee754_csr.nan2008 && xs ? S64_MIN : S64_MAX; in ieee754di_overflow()
/linux/kernel/bpf/
H A Dverifier.c293 if (reg->smin_value > S64_MIN) { in verbose_invalid_scalar()
1906 reg->smin_value = S64_MIN; in __mark_reg_unbounded()
1919 reg->smin_value = S64_MIN; in __mark_reg64_unbounded()
1967 reg->var_off.value | (reg->var_off.mask & S64_MIN)); in __update_reg64_bounds()
4471 (reg->smin_value == S64_MIN || in check_mem_region_access()
12622 return S64_MIN; in bpf_helper_stack_access_bytes()
12672 return S64_MIN; in bpf_helper_stack_access_bytes()
12697 return S64_MIN; in bpf_helper_stack_access_bytes()
12709 return S64_MIN; in bpf_helper_stack_access_bytes()
12743 return S64_MIN; in bpf_kfunc_stack_access_bytes()
[all …]
H A Dliveness.c1210 if (access_bytes == S64_MIN) { in record_stack_access_off()
1251 if (access_bytes > 0 || access_bytes == S64_MIN) in record_stack_access()
1255 if (access_bytes != S64_MIN && access_bytes < 0 && arg->off_cnt != 1) in record_stack_access()
/linux/net/ceph/
H A Ddebugfs.c309 hoid->pool == S64_MIN) { in dump_hoid()
/linux/lib/
H A Dnlattr.c260 range->min = S64_MIN; in nla_get_range_signed()
/linux/net/ceph/crush/
H A Dmapper.c363 draw = S64_MIN; in bucket_straw2_choose()
/linux/fs/nfs/
H A Dsuper.c1100 sb->s_time_min = S64_MIN; in nfs_fill_super()
/linux/fs/ufs/
H A Dsuper.c803 sb->s_time_min = S64_MIN; in ufs_fill_super()