/openbmc/qemu/tests/unit/ |
H A D | test-resv-mem.c | 95 in = insert_sorted_range(in, 0x10000, UINT64_MAX); in check_range_reverse_array() 97 run_range_inverse_array("test1", &in, &expected, 0x0, UINT64_MAX); in check_range_reverse_array() 103 expected = insert_sorted_range(expected, 0x1000000000000, UINT64_MAX); in check_range_reverse_array() 104 run_range_inverse_array("test1", &in, &expected, 0x0, UINT64_MAX); in check_range_reverse_array() 110 expected = insert_sorted_range(expected, 0x30000, UINT64_MAX); in check_range_reverse_array() 111 run_range_inverse_array("test1", &in, &expected, 0x0, UINT64_MAX); in check_range_reverse_array() 118 expected = insert_sorted_range(expected, 0x1000000000000, UINT64_MAX); in check_range_reverse_array() 119 run_range_inverse_array("test1", &in, &expected, 0x0, UINT64_MAX); in check_range_reverse_array() 123 in = insert_sorted_range(in, 0x0, UINT64_MAX); in check_range_reverse_array() 124 run_range_inverse_array("test1", &in, &expected, 0x0, UINT64_MAX); in check_range_reverse_array() [all …]
|
H A D | test-logging.c | 73 g_assert(qemu_log_in_addr_range(UINT64_MAX)); in test_parse_range() 74 g_assert_false(qemu_log_in_addr_range(UINT64_MAX - 1)); in test_parse_range() 78 g_assert(qemu_log_in_addr_range(UINT64_MAX)); in test_parse_range()
|
H A D | test-string-input-visitor.c | 221 uint64_t expect5[] = { UINT64_MAX }; in test_visitor_in_uintList() 222 uint64_t expect6[] = { UINT64_MAX - 2, UINT64_MAX - 1, UINT64_MAX }; in test_visitor_in_uintList()
|
H A D | test-interval-tree.c | 35 g_assert(interval_tree_iter_first(&root, 0, UINT64_MAX) == NULL); in test_empty() 189 g_assert(interval_tree_iter_first(&root, 4000, UINT64_MAX) == NULL); in test_find_many_range()
|
/openbmc/linux/tools/include/nolibc/ |
H A D | stdint.h | 60 #define UINT64_MAX (18446744073709551615ULL) macro 75 #define UINT_LEAST64_MAX UINT64_MAX 97 #define UINT_FAST64_MAX UINT64_MAX
|
/openbmc/qemu/hw/remote/ |
H A D | message.c | 103 ret.data.u64 = UINT64_MAX; in process_config_write() 127 ret.data.u64 = UINT64_MAX; in process_config_read() 153 ret.data.u64 = UINT64_MAX; in process_bar_write() 191 val = UINT64_MAX; in process_bar_read() 201 val = UINT64_MAX; in process_bar_read()
|
H A D | iommu.c | 56 memory_region_set_size(elem->mr, UINT64_MAX); in remote_iommu_find_add_as()
|
/openbmc/qemu/hw/hyperv/ |
H A D | hv-balloon-internal.h | 17 #define SUM_OVERFLOW_U64(in1, in2) ((in1) > UINT64_MAX - (in2)) 26 _result = UINT64_MAX; \
|
H A D | hv-balloon-our_range_memslots.c | 18 assert(count <= UINT64_MAX - start); in our_range_init() 46 assert(additional_size <= UINT64_MAX - our_range->added); in hvb_our_range_mark_added() 50 assert(our_range->added <= UINT64_MAX - our_range->unusable_tail); in hvb_our_range_mark_added()
|
/openbmc/qemu/include/sysemu/ |
H A D | kvm_xen.h | 16 #define INVALID_GPA UINT64_MAX 17 #define INVALID_GFN UINT64_MAX
|
/openbmc/qemu/util/ |
H A D | timed-average.c | 76 w->min = UINT64_MAX; in window_reset() 195 return w->min < UINT64_MAX ? w->min : 0; in timed_average_min()
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target-reg-bits.h | 11 #if UINTPTR_MAX == UINT64_MAX
|
/openbmc/linux/tools/build/feature/ |
H A D | test-lzma.c | 9 ret = lzma_stream_decoder(&strm, UINT64_MAX, LZMA_CONCATENATED); in main()
|
/openbmc/qemu/tcg/tci/ |
H A D | tcg-target-reg-bits.h | 12 #elif UINTPTR_MAX == UINT64_MAX
|
/openbmc/qemu/include/exec/ |
H A D | vaddr.h | 16 #define VADDR_MAX UINT64_MAX
|
H A D | hwaddr.h | 12 #define HWADDR_MAX UINT64_MAX
|
/openbmc/qemu/target/riscv/ |
H A D | pmu.c | 149 uint64_t max_val = UINT64_MAX; in riscv_pmu_incr_ctr_rv64() 546 overflow_delta = UINT64_MAX - value + 1; in riscv_pmu_setup_timer() 548 overflow_delta = UINT64_MAX; in riscv_pmu_setup_timer() 570 overflow_at = UINT64_MAX; in riscv_pmu_setup_timer()
|
H A D | time_helper.c | 94 if (timecmp == UINT64_MAX) { in riscv_timer_write_timecmp()
|
/openbmc/qemu/hw/arm/ |
H A D | fby35.c | 79 UINT64_MAX); in fby35_bmc_init() 128 UINT64_MAX); in fby35_bic_init()
|
/openbmc/qemu/hw/pci-host/ |
H A D | gpex.c | 111 memory_region_init(&s->io_mmio, OBJECT(s), "gpex_mmio", UINT64_MAX); in gpex_host_realize() 117 "gpex_mmio_window", UINT64_MAX); in gpex_host_realize()
|
/openbmc/qemu/contrib/elf2dmp/ |
H A D | addrspace.h | 18 #define INVALID_PA UINT64_MAX
|
/openbmc/qemu/system/ |
H A D | dma-helpers.c | 325 uint64_t max_mask = UINT64_MAX, addr_mask = end - start; in dma_aligned_pow2_mask() 341 if (addr_mask == UINT64_MAX) { in dma_aligned_pow2_mask() 342 return UINT64_MAX; in dma_aligned_pow2_mask()
|
/openbmc/qemu/target/ppc/ |
H A D | internal.h | 56 FUNC_MASK(MASK, target_ulong, 64, UINT64_MAX); 61 FUNC_MASK(mask_u64, uint64_t, 64, UINT64_MAX);
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | lookup_key.c | 91 skel->bss->flags = UINT64_MAX; in test_lookup_key()
|
/openbmc/linux/tools/perf/util/ |
H A D | lzma.c | 52 ret = lzma_stream_decoder(&strm, UINT64_MAX, LZMA_CONCATENATED); in lzma_decompress_to_file()
|