Home
last modified time | relevance | path

Searched refs:UINT32_MAX (Results 1 – 25 of 135) sorted by relevance

123456

/openbmc/qemu/tests/qtest/
H A Dtest-arm-mptimer.c162 timer_load(UINT32_MAX); in test_timer_reload()
167 g_assert_cmpuint(timer_counter(), ==, UINT32_MAX - 90000); in test_timer_reload()
170 timer_load(UINT32_MAX); in test_timer_reload()
174 g_assert_cmpuint(timer_counter(), ==, UINT32_MAX - 90000); in test_timer_reload()
294 timer_load(UINT32_MAX); in test_timer_set_oneshot_counter_to_0()
299 g_assert_cmpuint(timer_counter(), ==, UINT32_MAX - 1); in test_timer_set_oneshot_counter_to_0()
315 timer_load(UINT32_MAX); in test_timer_set_periodic_counter_to_0()
320 g_assert_cmpuint(timer_counter(), ==, UINT32_MAX - 1); in test_timer_set_periodic_counter_to_0()
327 g_assert_cmpuint(timer_counter(), ==, UINT32_MAX - (scaler ? 0 : 1)); in test_timer_set_periodic_counter_to_0()
331 timer_set_counter(UINT32_MAX); in test_timer_set_periodic_counter_to_0()
[all …]
H A Dvirtio-iommu-test.c37 g_assert_cmphex(input_range_end, >=, UINT32_MAX); in pci_config()
39 g_assert_cmpint(domain_range_end, ==, UINT32_MAX); in pci_config()
/openbmc/linux/scripts/dtc/libfdt/
H A Dfdt_addresses.c76 if ((addr > UINT32_MAX) || (((uint64_t) UINT32_MAX + 1 - addr) < size)) in fdt_appendprop_addrrange()
89 if (size > UINT32_MAX) in fdt_appendprop_addrrange()
/openbmc/linux/arch/powerpc/boot/
H A Dlibfdt_env.h9 #define UINT32_MAX ((u32)~0U) macro
10 #define INT32_MAX ((s32)(UINT32_MAX >> 1))
/openbmc/linux/tools/include/nolibc/
H A Dstdint.h59 #define UINT32_MAX (4294967295U) macro
74 #define UINT_LEAST32_MAX UINT32_MAX
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p-client.c199 g_assert_cmpint(total_size, <=, UINT32_MAX - size); in v9fs_req_init()
319 g_assert_cmpint(body_size, <=, UINT32_MAX - string_size); in v9fs_tversion()
444 g_assert_cmpint(body_size, <=, UINT32_MAX - wname_size); in v9fs_twalk()
705 g_assert_cmpint(body_size, <=, UINT32_MAX - opt.count); in v9fs_twrite()
798 g_assert_cmpint(body_size, <=, UINT32_MAX - string_size); in v9fs_tmkdir()
858 g_assert_cmpint(body_size, <=, UINT32_MAX - string_size); in v9fs_tlcreate()
919 g_assert_cmpint(body_size, <=, UINT32_MAX - string_size); in v9fs_tsymlink()
979 g_assert_cmpint(body_size, <=, UINT32_MAX - string_size); in v9fs_tlink()
1027 g_assert_cmpint(body_size, <=, UINT32_MAX - string_size); in v9fs_tunlinkat()
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/
H A Dplatform_support.h29 #define UINT32_MAX UINT_MAX macro
/openbmc/qemu/tcg/tci/
H A Dtcg-target-reg-bits.h10 #if UINTPTR_MAX == UINT32_MAX
/openbmc/obmc-console/
H A Dconfig.c250 if (logsize == 0 || logsize >= UINT32_MAX || suffix == size_str) { in config_parse_bytesize()
265 if (logsize > (UINT32_MAX >> suffixes[i].shiftwidth)) { in config_parse_bytesize()
/openbmc/linux/include/linux/
H A Dlibfdt_env.h11 #define UINT32_MAX U32_MAX macro
/openbmc/qemu/hw/timer/
H A Dexynos4210_mct.c1078 value = UINT32_MAX & (count >> shift); in exynos4210_mct_read()
1090 value = UINT32_MAX & (s->g_timer.reg.comp[index] >> shift); in exynos4210_mct_read()
1182 static uint32_t icntb_min[2] = {UINT32_MAX, UINT32_MAX}; in exynos4210_mct_write()
1184 static uint32_t tcntb_min[2] = {UINT32_MAX, UINT32_MAX}; in exynos4210_mct_write()
1202 new_frc = (s->g_timer.reg.cnt & (uint64_t)UINT32_MAX << 32) + value; in exynos4210_mct_write()
1209 new_frc = (s->g_timer.reg.cnt & UINT32_MAX) + in exynos4210_mct_write()
1230 (((uint64_t)UINT32_MAX << 32) >> shift)) + in exynos4210_mct_write()
/openbmc/qemu/include/hw/pci/
H A Dpci_bus.h31 #define PCI_NO_PASID UINT32_MAX
/openbmc/qemu/hw/i386/
H A Dvmport.c126 eax = UINT32_MAX; in vmport_ioport_read()
206 cpu->env.regs[R_EBX] = UINT32_MAX; in vmport_cmd_get_hz()
/openbmc/qemu/target/ppc/
H A Dinternal.h58 FUNC_MASK(MASK, target_ulong, 32, UINT32_MAX);
60 FUNC_MASK(mask_u32, uint32_t, 32, UINT32_MAX);
/openbmc/qemu/block/
H A Dcloop.c120 if (s->n_blocks > (UINT32_MAX - 1) / sizeof(uint64_t)) { in cloop_open()
124 (UINT32_MAX - 1) / sizeof(uint64_t)); in cloop_open()
/openbmc/qemu/tests/tcg/multiarch/arm-compat-semi/
H A Dsemihosting.c22 #if UINTPTR_MAX == UINT32_MAX in main()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-scsi.h40 #define VIRTIO_SCSI_AUTO_NUM_QUEUES UINT32_MAX
/openbmc/qemu/tcg/arm/
H A Dtcg-target.h34 #define MAX_CODE_GEN_BUFFER_SIZE UINT32_MAX
/openbmc/qemu/util/
H A Ddefer-call.c119 assert(thread_state->nesting_level < UINT32_MAX); in defer_call_begin()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlookup_key.c104 skel->bss->key_id = UINT32_MAX; in test_lookup_key()
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_fmov.c.inc7 UINT32_MAX, FCSR0_M1, FCSR0_M2, FCSR0_M3
96 if (mask == UINT32_MAX) {
/openbmc/qemu/target/mips/sysemu/
H A Dcp0_timer.c47 wait = UINT32_MAX; in cpu_mips_timer_update()
/openbmc/qemu/hw/net/
H A De1000x_common.h31 if (mac[index] != UINT32_MAX) { in e1000x_inc_reg_if_not_full()
/openbmc/qemu/include/tcg/
H A Dtcg-op-common.h470 #if UINTPTR_MAX == UINT32_MAX
524 #if UINTPTR_MAX == UINT32_MAX in tcg_gen_ext_i32_ptr()
533 #if UINTPTR_MAX == UINT32_MAX in tcg_gen_trunc_i64_ptr()
542 #if UINTPTR_MAX == UINT32_MAX in tcg_gen_extu_ptr_i64()
551 #if UINTPTR_MAX == UINT32_MAX in tcg_gen_trunc_ptr_i32()
/openbmc/qemu/bsd-user/freebsd/
H A Dos-sys.c68 static const abi_ulong guest_max_mem = UINT32_MAX - 0x100c000 + 1;
101 return MIN(ul, UINT32_MAX); in h2g_ulong_sat()

123456