| /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()
|
| /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))
|
| /linux/tools/include/nolibc/ |
| H A D | stdint.h | 59 #define UINT32_MAX (4294967295U) macro 74 #define UINT_LEAST32_MAX UINT32_MAX
|
| /linux/include/linux/ |
| H A D | libfdt_env.h | 11 #define UINT32_MAX U32_MAX macro
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | lookup_key.c | 104 skel->bss->key_id = UINT32_MAX; in test_lookup_key()
|
| /linux/tools/testing/selftests/vfio/ |
| H A D | vfio_iommufd_setup_test.c | 115 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 D | papr_sysparm.c | 48 .parameter = UINT32_MAX, // there are only ~60 specified parameters in get_bad_parameter()
|
| /linux/samples/bpf/ |
| H A D | cookie_uid_helper_example.c | 199 uint32_t curN = UINT32_MAX; in print_table()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | xdp_synproxy.c | 138 *prog_id = parse_arg_ul(argv[0], optarg, UINT32_MAX); in parse_options()
|
| /linux/tools/bpf/bpftool/ |
| H A D | struct_ops.c | 246 if (*endptr || !id || id > UINT32_MAX) { in do_one_id()
|
| /linux/tools/perf/util/ |
| H A D | demangle-rust-v0.c | 361 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 D | auxtrace.c | 1883 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 D | cs-etm.c | 586 queue->packet_buffer[i].exception_number = UINT32_MAX; in cs_etm__clear_packet_queue()
|
| /linux/tools/perf/util/cs-etm-decoder/ |
| H A D | cs-etm-decoder.c | 422 packet_queue->packet_buffer[et].exception_number = UINT32_MAX; in cs_etm_decoder__buffer_packet()
|
| /linux/tools/testing/selftests/net/openvswitch/ |
| H A D | ovs-dpctl.py | 66 UINT32_MAX = 0xFFFFFFFF variable 444 UINT32_MAX)) 460 return int(math.floor(UINT32_MAX * (percent / 100.0) + .5))
|
| /linux/arch/mips/boot/ |
| H A D | elf2ecoff.c | 279 uint32_t cur_vma = UINT32_MAX; in main()
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | net_test.c | 1502 .port = UINT32_MAX + 1UL, in TEST_F() 1506 .port = UINT32_MAX + 2UL, in TEST_F()
|
| /linux/Documentation/bpf/ |
| H A D | llvm_reloc.rst | 122 means the section offset must be less than or equal to ``UINT32_MAX`` and this
|
| /linux/tools/testing/selftests/iommu/ |
| H A D | iommufd.c | 504 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 D | nolibc-test.c | 1492 …CASE_TEST(limit_uint32_max); EXPECT_EQ(1, UINT32_MAX, (uint32_t) 0xffffffff); … in run_stdlib()
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf.c | 6318 if (insn_off > UINT32_MAX) { in create_jt_map()
|