| /linux-6.15/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-6.15/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-6.15/tools/include/nolibc/ |
| H A D | stdint.h | 59 #define UINT32_MAX (4294967295U) macro 74 #define UINT_LEAST32_MAX UINT32_MAX
|
| /linux-6.15/drivers/staging/media/atomisp/pci/hive_isp_css_include/ |
| H A D | platform_support.h | 20 #define UINT32_MAX UINT_MAX macro
|
| /linux-6.15/include/linux/ |
| H A D | libfdt_env.h | 11 #define UINT32_MAX U32_MAX macro
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | lookup_key.c | 104 skel->bss->key_id = UINT32_MAX; in test_lookup_key()
|
| /linux-6.15/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-6.15/fs/erofs/ |
| H A D | erofs_fs.h | 221 #define EROFS_XATTR_FILTER_DEFAULT UINT32_MAX
|
| /linux-6.15/samples/bpf/ |
| H A D | cookie_uid_helper_example.c | 199 uint32_t curN = UINT32_MAX; in print_table()
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | zip.c | 210 if (size == (off_t)-1 || size > UINT32_MAX) { in zip_archive_open()
|
| H A D | bpf.h | 126 #define BPF_LOG_BUF_SIZE (UINT32_MAX >> 8) /* verifier maximum in kernels <= 5.1 */
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | busy_poller.c | 100 if (tmp == ULLONG_MAX || tmp > UINT32_MAX) in parse_opts()
|
| /linux-6.15/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-6.15/tools/bpf/bpftool/ |
| H A D | struct_ops.c | 246 if (*endptr || !id || id > UINT32_MAX) { in do_one_id()
|
| H A D | btf_dumper.c | 115 if (!d->prog_id_as_func_ptr || value > UINT32_MAX) in btf_dumper_ptr()
|
| H A D | prog.c | 1166 if (buf_size == UINT32_MAX) { in get_run_data() 1168 UINT32_MAX); in get_run_data()
|
| H A D | gen.c | 2020 #define MARKED UINT32_MAX
|
| /linux-6.15/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-6.15/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-6.15/arch/mips/boot/ |
| H A D | elf2ecoff.c | 279 uint32_t cur_vma = UINT32_MAX; in main()
|
| /linux-6.15/tools/testing/selftests/landlock/ |
| H A D | net_test.c | 1476 .port = UINT32_MAX + 1UL, in TEST_F() 1480 .port = UINT32_MAX + 2UL, in TEST_F()
|
| /linux-6.15/tools/perf/util/ |
| H A D | auxtrace.c | 1863 u64 mask = (u64)(UINT32_MAX) << 32; in compat_auxtrace_mmap__read_head() 1881 u64 mask = (u64)(UINT32_MAX) << 32; in compat_auxtrace_mmap__write_tail()
|
| /linux-6.15/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-6.15/tools/testing/selftests/iommu/ |
| H A D | iommufd.c | 505 UINT32_MAX, IOMMU_HWPT_FAULT_ID_VALID, in TEST_F() 2766 ENOENT, dev_id, viommu_id, UINT32_MAX, in TEST_F()
|
| /linux-6.15/tools/testing/selftests/nolibc/ |
| H A D | nolibc-test.c | 1229 …CASE_TEST(limit_uint32_max); EXPECT_EQ(1, UINT32_MAX, (uint32_t) 0xffffffff); … in run_stdlib()
|