/openbmc/qemu/tests/qtest/ |
H A D | test-arm-mptimer.c | 162 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 D | virtio-iommu-test.c | 37 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 D | fdt_addresses.c | 76 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 D | libfdt_env.h | 9 #define UINT32_MAX ((u32)~0U) macro 10 #define INT32_MAX ((s32)(UINT32_MAX >> 1))
|
/openbmc/linux/tools/include/nolibc/ |
H A D | stdint.h | 59 #define UINT32_MAX (4294967295U) macro 74 #define UINT_LEAST32_MAX UINT32_MAX
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.c | 199 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 D | platform_support.h | 29 #define UINT32_MAX UINT_MAX macro
|
/openbmc/qemu/tcg/tci/ |
H A D | tcg-target-reg-bits.h | 10 #if UINTPTR_MAX == UINT32_MAX
|
/openbmc/obmc-console/ |
H A D | config.c | 250 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 D | libfdt_env.h | 11 #define UINT32_MAX U32_MAX macro
|
/openbmc/qemu/hw/timer/ |
H A D | exynos4210_mct.c | 1078 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 D | pci_bus.h | 31 #define PCI_NO_PASID UINT32_MAX
|
/openbmc/qemu/hw/i386/ |
H A D | vmport.c | 126 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 D | internal.h | 58 FUNC_MASK(MASK, target_ulong, 32, UINT32_MAX); 60 FUNC_MASK(mask_u32, uint32_t, 32, UINT32_MAX);
|
/openbmc/qemu/block/ |
H A D | cloop.c | 120 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 D | semihosting.c | 22 #if UINTPTR_MAX == UINT32_MAX in main()
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-scsi.h | 40 #define VIRTIO_SCSI_AUTO_NUM_QUEUES UINT32_MAX
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.h | 34 #define MAX_CODE_GEN_BUFFER_SIZE UINT32_MAX
|
/openbmc/qemu/util/ |
H A D | defer-call.c | 119 assert(thread_state->nesting_level < UINT32_MAX); in defer_call_begin()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | lookup_key.c | 104 skel->bss->key_id = UINT32_MAX; in test_lookup_key()
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_fmov.c.inc | 7 UINT32_MAX, FCSR0_M1, FCSR0_M2, FCSR0_M3 96 if (mask == UINT32_MAX) {
|
/openbmc/qemu/target/mips/sysemu/ |
H A D | cp0_timer.c | 47 wait = UINT32_MAX; in cpu_mips_timer_update()
|
/openbmc/qemu/hw/net/ |
H A D | e1000x_common.h | 31 if (mac[index] != UINT32_MAX) { in e1000x_inc_reg_if_not_full()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-common.h | 470 #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 D | os-sys.c | 68 static const abi_ulong guest_max_mem = UINT32_MAX - 0x100c000 + 1; 101 return MIN(ul, UINT32_MAX); in h2g_ulong_sat()
|