Home
last modified time | relevance | path

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

/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()
/linux/arch/powerpc/boot/
H A Dlibfdt_env.h9 #define UINT32_MAX ((u32)~0U) macro
10 #define INT32_MAX ((s32)(UINT32_MAX >> 1))
/linux/tools/include/nolibc/
H A Dstdint.h59 #define UINT32_MAX (4294967295U) macro
74 #define UINT_LEAST32_MAX UINT32_MAX
/linux/include/linux/
H A Dlibfdt_env.h11 #define UINT32_MAX U32_MAX macro
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlookup_key.c104 skel->bss->key_id = UINT32_MAX; in test_lookup_key()
/linux/tools/testing/selftests/vfio/
H A Dvfio_iommufd_setup_test.c115 ASSERT_NE(0, vfio_device_attach_iommufd_pt_ioctl(self->cdev_fd, UINT32_MAX)); in TEST_F()
/linux/tools/testing/selftests/powerpc/papr_sysparm/
H A Dpapr_sysparm.c48 .parameter = UINT32_MAX, // there are only ~60 specified parameters in get_bad_parameter()
/linux/samples/bpf/
H A Dcookie_uid_helper_example.c199 uint32_t curN = UINT32_MAX; in print_table()
/linux/tools/testing/selftests/bpf/
H A Dxdp_synproxy.c138 *prog_id = parse_arg_ul(argv[0], optarg, UINT32_MAX); in parse_options()
/linux/tools/bpf/bpftool/
H A Dstruct_ops.c246 if (*endptr || !id || id > UINT32_MAX) { in do_one_id()
/linux/tools/perf/util/
H A Ddemangle-rust-v0.c361 if (n > UINT32_MAX || !validate_char((uint32_t)n)) { in punycode_decode()
1391 && val < UINT32_MAX in printer_print_const()
1859 && val < UINT32_MAX in rust_demangle_legacy_display_demangle()
H A Dauxtrace.c1883 u64 mask = (u64)(UINT32_MAX) << 32; in compat_auxtrace_mmap__read_head()
1901 u64 mask = (u64)(UINT32_MAX) << 32; in compat_auxtrace_mmap__write_tail()
H A Dcs-etm.c586 queue->packet_buffer[i].exception_number = UINT32_MAX; in cs_etm__clear_packet_queue()
/linux/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c422 packet_queue->packet_buffer[et].exception_number = UINT32_MAX; in cs_etm_decoder__buffer_packet()
/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py66 UINT32_MAX = 0xFFFFFFFF variable
444 UINT32_MAX))
460 return int(math.floor(UINT32_MAX * (percent / 100.0) + .5))
/linux/arch/mips/boot/
H A Delf2ecoff.c279 uint32_t cur_vma = UINT32_MAX; in main()
/linux/tools/testing/selftests/landlock/
H A Dnet_test.c1502 .port = UINT32_MAX + 1UL, in TEST_F()
1506 .port = UINT32_MAX + 2UL, in TEST_F()
/linux/Documentation/bpf/
H A Dllvm_reloc.rst122 means the section offset must be less than or equal to ``UINT32_MAX`` and this
/linux/tools/testing/selftests/iommu/
H A Diommufd.c504 UINT32_MAX, IOMMU_HWPT_FAULT_ID_VALID, in TEST_F()
2890 test_err_hwpt_alloc_iopf(ENOENT, dev_id, viommu_id, UINT32_MAX, in TEST_F()
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1492 …CASE_TEST(limit_uint32_max); EXPECT_EQ(1, UINT32_MAX, (uint32_t) 0xffffffff); … in run_stdlib()
/linux/tools/lib/bpf/
H A Dlibbpf.c6318 if (insn_off > UINT32_MAX) { in create_jt_map()