Searched refs:S64_MIN (Results 1 – 14 of 14) sorted by relevance
| /linux/include/linux/ |
| H A D | limits.h | 27 #define S64_MIN ((s64)(-S64_MAX - 1)) macro
|
| /linux/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() 193 return snappendf(sb, "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() 1142 * - smin=%lld, if missing, assumed S64_MIN; in parse_reg_state() 1166 {"smin=", ®->r[S64].a, S64_MIN}, in parse_reg_state() [all...] |
| /linux/drivers/rtc/ |
| H A D | rtc-macsmc.c | 115 rtc->rtc_dev->range_min = S64_MIN >> (RTC_SEC_SHIFT + (64 - RTC_BITS)); in macsmc_rtc_probe()
|
| /linux/drivers/dpll/zl3073x/ |
| H A D | regs.h | 220 #define ZL_DPLL_DF_OFFSET_UNKNOWN S64_MIN
|
| /linux/drivers/net/ethernet/marvell/mvpp2/ |
| H A D | mvpp2_tai.c | 214 if (delta == S64_MIN) in mvpp22_tai_adjtime()
|
| /linux/arch/mips/math-emu/ |
| H A D | ieee754.h | 297 return ieee754_csr.nan2008 && xs ? S64_MIN : S64_MAX; in ieee754di_overflow()
|
| /linux/drivers/perf/ |
| H A D | arm-ni.c | 413 local64_set(&hw->prev_count, S64_MIN); in arm_ni_init_ccnt() 414 lo_hi_writeq_relaxed(S64_MIN, (void __iomem *)hw->event_base); in arm_ni_init_ccnt()
|
| /linux/net/ceph/ |
| H A D | debugfs.c | 309 hoid->pool == S64_MIN) { in dump_hoid()
|
| /linux/kernel/bpf/ |
| H A D | liveness.c | 1247 if (access_bytes == S64_MIN) { in record_stack_access_off() 1288 if (access_bytes > 0 || access_bytes == S64_MIN) in record_stack_access() 1292 if (access_bytes != S64_MIN && access_bytes < 0 && arg->off_cnt != 1) in record_stack_access()
|
| H A D | log.c | 574 {"smin", reg_smin(reg), reg_smin(reg) == S64_MIN}, in print_scalar_ranges()
|
| H A D | verifier.c | 334 if (reg_smin(reg) > S64_MIN) { in verbose_invalid_scalar() 2030 if ((tnum.mask & S64_MIN) || (tnum.value & S64_MIN)) in cnum64_from_tnum() 2033 return cnum64_from_srange(tnum.value | (tnum.mask & S64_MIN), in cnum64_from_tnum() 4372 (reg_smin(reg) == S64_MIN || in check_mem_region_access() 13410 return S64_MIN; in bpf_helper_stack_access_bytes() 13460 return S64_MIN; in bpf_helper_stack_access_bytes() 13485 return S64_MIN; in bpf_helper_stack_access_bytes() 13497 return S64_MIN; in bpf_helper_stack_access_bytes() 13531 return S64_MIN; in bpf_kfunc_stack_access_bytes() 13569 return S64_MIN; in bpf_kfunc_stack_access_bytes() [all …]
|
| H A D | diagnostics.c | 1877 if (value == S64_MIN) in diag_s64_bound_name() 1903 return cnum64_smin(range) == S64_MIN && cnum64_smax(range) == S64_MAX && in diag_cnum64_unknown()
|
| /linux/lib/ |
| H A D | nlattr.c | 260 range->min = S64_MIN; in nla_get_range_signed()
|
| /linux/net/ceph/crush/ |
| H A D | mapper.c | 363 draw = S64_MIN; in bucket_straw2_choose()
|