Home
last modified time | relevance | path

Searched refs:INT64_MAX (Results 1 – 25 of 73) sorted by relevance

123

/openbmc/qemu/target/riscv/
H A Dtime_helper.c108 ns_diff > INT64_MAX) { in riscv_timer_write_timecmp()
109 next = INT64_MAX; in riscv_timer_write_timecmp()
121 next = MIN(next, INT64_MAX); in riscv_timer_write_timecmp()
H A Dpmu.c407 if (overflow_delta > INT64_MAX) { in riscv_pmu_setup_timer()
408 overflow_left = overflow_delta - INT64_MAX; in riscv_pmu_setup_timer()
421 if (overflow_at > INT64_MAX) { in riscv_pmu_setup_timer()
422 overflow_left += overflow_at - INT64_MAX; in riscv_pmu_setup_timer()
424 overflow_at = INT64_MAX; in riscv_pmu_setup_timer()
/openbmc/linux/tools/include/nolibc/
H A Dstdint.h55 #define INT64_MAX (9223372036854775807LL) macro
70 #define INT_LEAST64_MAX INT64_MAX
92 #define INT_FAST64_MAX INT64_MAX
/openbmc/qemu/tests/unit/
H A Dtest-hbitmap.c847 test_hbitmap_next_x_check_range(data, start, INT64_MAX); in test_hbitmap_next_x_check()
934 offset, count == INT64_MAX ? INT64_MAX : offset + count, max_dirty, in test_hbitmap_next_dirty_area_check_limited()
969 test_hbitmap_next_dirty_area_check(data, 0, INT64_MAX); in test_hbitmap_next_dirty_area_do()
977 test_hbitmap_next_dirty_area_check(data, 0, INT64_MAX); in test_hbitmap_next_dirty_area_do()
978 test_hbitmap_next_dirty_area_check(data, L2 - 1, INT64_MAX); in test_hbitmap_next_dirty_area_do()
982 test_hbitmap_next_dirty_area_check(data, L2, INT64_MAX); in test_hbitmap_next_dirty_area_do()
989 test_hbitmap_next_dirty_area_check(data, 0, INT64_MAX); in test_hbitmap_next_dirty_area_do()
1003 test_hbitmap_next_dirty_area_check(data, 0, INT64_MAX); in test_hbitmap_next_dirty_area_do()
1004 test_hbitmap_next_dirty_area_check(data, L2, INT64_MAX); in test_hbitmap_next_dirty_area_do()
1015 test_hbitmap_next_dirty_area_check(data, 0, INT64_MAX); in test_hbitmap_next_dirty_area_do()
[all …]
H A Dtest-string-input-visitor.c111 int64_t expect3[] = { INT64_MIN, INT64_MAX }; in test_visitor_in_intList()
113 int64_t expect5[] = { INT64_MAX - 2, INT64_MAX - 1, INT64_MAX }; in test_visitor_in_intList()
219 uint64_t expect3[] = { INT64_MIN, INT64_MAX }; in test_visitor_in_uintList()
H A Dtest-string-output-visitor.c89 3, 4, 5, 6, 11, 12, 13, 21, 22, INT64_MAX - 1, INT64_MAX}; in test_visitor_out_intList()
H A Dtest-visitor-serialization.c734 .value.integer = INT64_MAX / 2 + 1,
744 .value.integer = INT64_MAX,
902 .value.s64 = INT64_MAX / 2 + 1,
912 .value.s64 = INT64_MAX,
/openbmc/qemu/block/
H A Dcrypto.c132 if (data->size > INT64_MAX || headerlen > INT64_MAX - data->size) { in block_crypto_create_init_func()
378 if (payload_offset > INT64_MAX - offset) { in block_crypto_co_truncate()
420 assert(payload_offset < INT64_MAX); in block_crypto_co_preadv()
484 assert(payload_offset < INT64_MAX); in block_crypto_co_pwritev()
547 assert(offset < INT64_MAX); in block_crypto_co_getlength()
H A Draw-format.c201 if (*offset > INT64_MAX - s->offset) { in raw_adjust_offset()
425 if (INT64_MAX - offset < s->offset) { in raw_co_truncate()
/openbmc/qemu/hw/virtio/
H A Dvirtio-rng.c187 if (vrng->conf.max_bytes > INT64_MAX) { in virtio_rng_device_realize()
257 DEFINE_PROP_UINT64("max-bytes", VirtIORNG, conf.max_bytes, INT64_MAX),
/openbmc/qemu/qapi/
H A Dopts-visitor.c419 if (errno == 0 && endptr > str && INT64_MIN <= val && val <= INT64_MAX) { in opts_type_int64()
431 INT64_MIN <= val2 && val2 <= INT64_MAX && val <= val2 && in opts_type_int64()
432 (val > INT64_MAX - OPTS_VISITOR_RANGE_MAX || in opts_type_int64()
/openbmc/qemu/hw/ppc/
H A Dppc_booke.c167 if ((*next < now) || (*next > INT64_MAX)) { in booke_update_fixed_timer()
169 *next = INT64_MAX; in booke_update_fixed_timer()
/openbmc/qemu/hw/intc/
H A Driscv_aclint.c93 ns_diff > INT64_MAX) { in riscv_aclint_mtimer_write_timecmp()
94 next = INT64_MAX; in riscv_aclint_mtimer_write_timecmp()
106 next = MIN(next, INT64_MAX); in riscv_aclint_mtimer_write_timecmp()
/openbmc/qemu/
H A Devent-loop-base.c67 info->name, INT64_MAX); in event_loop_base_set_param()
/openbmc/qemu/include/hw/
H A Dclock.h288 return INT64_MAX; in clock_ticks_to_ns()
/openbmc/qemu/hw/timer/
H A Dnrf51_timer.c60 int64_t min_ns = INT64_MAX; in rearm_timer()
82 if (min_ns != INT64_MAX) { in rearm_timer()
/openbmc/qemu/qobject/
H A Dqnum.c79 if (qn->u.u64 > INT64_MAX) { in qnum_get_try_int()
/openbmc/qemu/include/block/
H A Dblock-common.h284 #define BDRV_MAX_LENGTH (QEMU_ALIGN_DOWN(INT64_MAX, BDRV_MAX_ALIGNMENT))
/openbmc/qemu/target/arm/tcg/
H A Dvec_internal.h180 return src < 0 ? INT64_MIN : INT64_MAX; in do_sqrshl_d()
/openbmc/qemu/util/
H A Dhbitmap.c799 assert(size <= INT64_MAX); in hbitmap_alloc()
830 assert(size <= INT64_MAX); in hbitmap_truncate()
887 hbitmap_next_dirty_area(src, offset, src->orig_size, INT64_MAX, in hbitmap_sparse_merge()
/openbmc/qemu/migration/
H A Dmigration-hmp-cmds.c589 if (ret < 0 || valuebw > INT64_MAX in hmp_migrate_set_parameter()
599 if (ret < 0 || valuebw > INT64_MAX in hmp_migrate_set_parameter()
640 if (cache_size > INT64_MAX || (size_t)cache_size != cache_size) { in hmp_migrate_set_parameter()
/openbmc/qemu/hw/misc/
H A Dsifive_e_aon.c99 timer_mod(r->wdog_timer, INT64_MAX); in sifive_e_aon_wdt_update_state()
/openbmc/qemu/hw/i386/kvm/
H A Di8254.c74 clock_offset = INT64_MAX; in kvm_pit_update_clock_offset()
/openbmc/qemu/target/tricore/
H A Dop_helper.c287 result = INT64_MAX; in helper_add64_ssov()
443 result = INT64_MAX; in helper_sub64_ssov()
715 ret = INT64_MAX; in helper_madd64_ssov()
793 result = INT64_MAX; in helper_madd64_q_ssov()
807 result = INT64_MAX; in helper_madd64_q_ssov()
937 ret = INT64_MAX; in helper_msub64_ssov()
1041 result = INT64_MAX; in helper_msub64_q_ssov()
1055 result = INT64_MAX; in helper_msub64_q_ssov()
/openbmc/qemu/target/ppc/
H A Ddfp_helper.c1003 INT64_MAX; \
1018 INT64_MAX; \
1043 dfp.vt.VsrD(0) = INT64_MAX; in helper_DCTFIXQQ()
1066 dfp.vt.VsrD(0) = INT64_MAX; in helper_DCTFIXQQ()

123