| /linux/tools/testing/selftests/net/ ! |
| H A D | busy_poller.c | 101 if (tmp == ULLONG_MAX || tmp > UINT32_MAX) in parse_opts() 107 if (tmp == ULLONG_MAX || tmp > 1) in parse_opts() 114 if (tmp == ULLONG_MAX || tmp > UINT16_MAX) in parse_opts() 121 if (tmp == ULLONG_MAX || tmp > UINT16_MAX) in parse_opts() 138 if (tmp == ULLONG_MAX || tmp > INT_MAX) in parse_opts() 145 if (tmp == ULLONG_MAX || tmp > INT32_MAX) in parse_opts() 152 if (tmp == ULLONG_MAX || tmp > UINT64_MAX) in parse_opts() 159 if (tmp == ULLONG_MAX || tmp > UINT64_MAX) in parse_opts() 166 if (tmp == ULLONG_MAX || tmp > INT_MAX) in parse_opts()
|
| /linux/include/net/ ! |
| H A D | bond_options.h | 146 optval->value = ULLONG_MAX; in __bond_opt_init() 147 if (value != ULLONG_MAX) in __bond_opt_init() 156 #define bond_opt_initstr(optval, str) __bond_opt_init(optval, str, ULLONG_MAX, NULL, 0) 158 __bond_opt_init(optval, NULL, ULLONG_MAX, extra, extra_len)
|
| /linux/fs/ ! |
| H A D | eventfd.c | 73 if (ctx->count < ULLONG_MAX) in eventfd_signal_mask() 168 if (count == ULLONG_MAX) in eventfd_poll() 170 if (ULLONG_MAX - 1 > count) in eventfd_poll() 258 if (ucnt == ULLONG_MAX) in eventfd_write() 262 if (ULLONG_MAX - ctx->count > ucnt) in eventfd_write() 266 ULLONG_MAX - ctx->count > ucnt); in eventfd_write()
|
| /linux/drivers/accel/habanalabs/common/mmu/ ! |
| H A D | mmu_v1.c | 53 if (hop1_addr == ULLONG_MAX) { in dram_default_mapping_init() 62 if (hop2_addr == ULLONG_MAX) { in dram_default_mapping_init() 72 if (ctx->dram_default_hops[i] == ULLONG_MAX) { in dram_default_mapping_init() 237 if (hop_addr[hop_idx] == ULLONG_MAX) in hl_mmu_v1_unmap() 257 if (hop_addr[hop_idx] == ULLONG_MAX) in hl_mmu_v1_unmap() 359 if (hop_addr[hop_idx] == ULLONG_MAX) in hl_mmu_v1_map() 503 if (hops->hop_info[i].hop_addr == ULLONG_MAX) in hl_mmu_v1_get_tlb_info()
|
| H A D | mmu_v2.c | 88 if (hop_addr[i] == ULLONG_MAX) in hl_mmu_v2_unmap() 161 if (hop_addr[i] == ULLONG_MAX) { in hl_mmu_v2_map() 281 if (hops->hop_info[i].hop_addr == ULLONG_MAX) in hl_mmu_v2_get_tlb_info()
|
| H A D | mmu.c | 723 return (curr_pte & PAGE_PRESENT_MASK) ? (curr_pte & HOP_PHYS_ADDR_MASK) : ULLONG_MAX; in hl_mmu_get_next_hop_addr() 1049 if (next_hop_phys_addr == ULLONG_MAX) in hl_mmu_hr_get_next_hop_pgt_info() 1139 if (hop_addr != ULLONG_MAX) in hl_mmu_hr_get_alloc_next_hop() 1330 return ULLONG_MAX; in hl_mmu_dr_alloc_hop() 1358 return ULLONG_MAX; in hl_mmu_dr_alloc_hop() 1365 if (hop_addr == ULLONG_MAX) { in hl_mmu_dr_get_alloc_next_hop_addr() 1367 *is_new_hop = (hop_addr != ULLONG_MAX); in hl_mmu_dr_get_alloc_next_hop_addr()
|
| /linux/arch/x86/platform/uv/ ! |
| H A D | uv_time.c | 164 head->cpu[bcpu].expires = ULLONG_MAX; in uv_rtc_allocate_timers() 173 u64 lowest = ULLONG_MAX; in uv_rtc_find_next_timer() 221 *t = ULLONG_MAX; in uv_rtc_set_timer() 253 *t = ULLONG_MAX; in uv_rtc_unset_timer()
|
| /linux/tools/testing/cxl/test/ ! |
| H A D | cxl_translate.c | 71 if (hpa_offset == ULLONG_MAX) in to_hpa() 72 return ULLONG_MAX; in to_hpa() 263 reverse_dpa = ULLONG_MAX; in test_random_params() 267 if (hpa != ULLONG_MAX) { in test_random_params()
|
| /linux/drivers/cxl/core/ ! |
| H A D | atl.c | 52 return ULLONG_MAX; in prm_cxl_dpa_spa() 104 if (hpa_range.start == ULLONG_MAX || hpa_range.end == ULLONG_MAX) { in cxl_prm_setup_root()
|
| H A D | region.c | 3024 return ULLONG_MAX; in cxl_calculate_dpa_offset() 3096 return ULLONG_MAX; in cxl_calculate_hpa_offset() 3207 return ULLONG_MAX; in unaligned_dpa_to_hpa() 3238 return ULLONG_MAX; in unaligned_dpa_to_hpa() 3275 return ULLONG_MAX; in cxl_dpa_to_hpa() 3284 return ULLONG_MAX; in cxl_dpa_to_hpa() 3288 return ULLONG_MAX; in cxl_dpa_to_hpa() 3296 if (hpa == ULLONG_MAX) in cxl_dpa_to_hpa() 3297 return ULLONG_MAX; in cxl_dpa_to_hpa() 3310 if (hpa_offset == ULLONG_MAX) in cxl_dpa_to_hpa() [all …]
|
| /linux/tools/include/nolibc/ ! |
| H A D | stdint.h | 128 #ifndef ULLONG_MAX 129 #define ULLONG_MAX ((unsigned long long)(__LONG_LONG_MAX__) * 2 + 1) macro
|
| /linux/arch/x86/kernel/ ! |
| H A D | tsc.c | 383 return ULLONG_MAX; in tsc_read_refs() 827 if (tsc1 == ULLONG_MAX || tsc2 == ULLONG_MAX) in pit_hpet_ptimer_calibrate_cpu() 1325 static u64 tsc_start = ULLONG_MAX, ref_start; in tsc_refine_calibration_work() 1340 if (tsc_start == ULLONG_MAX) { in tsc_refine_calibration_work() 1359 if (tsc_stop == ULLONG_MAX) in tsc_refine_calibration_work()
|
| H A D | e820.c | 480 if (size > (ULLONG_MAX - start)) in __e820__range_update() 481 size = ULLONG_MAX - start; in __e820__range_update() 556 if (size > (ULLONG_MAX - start)) in e820__range_remove() 557 size = ULLONG_MAX - start; in e820__range_remove() 929 e820__range_remove(mem_size, ULLONG_MAX - mem_size, E820_TYPE_RAM); in parse_memopt() 988 e820__range_remove(mem_size, ULLONG_MAX - mem_size, E820_TYPE_RAM); in parse_memmap_one()
|
| /linux/include/linux/ ! |
| H A D | memblock.h | 197 i != (u64)ULLONG_MAX; \ 217 i != (u64)ULLONG_MAX; \ 235 for (i = (u64)ULLONG_MAX, \ 238 i != (u64)ULLONG_MAX; \
|
| /linux/include/linux/netfilter/ipset/ ! |
| H A D | ip_set.h | 509 if (ext->bytes != ULLONG_MAX) in ip_set_init_counter() 511 if (ext->packets != ULLONG_MAX) in ip_set_init_counter() 537 { .bytes = ULLONG_MAX, .packets = ULLONG_MAX, \
|
| /linux/drivers/firmware/efi/libstub/ ! |
| H A D | unaccepted_memory.c | 13 u64 unaccepted_start = ULLONG_MAX, unaccepted_end = 0, bitmap_size; in allocate_unaccepted_bitmap() 41 if (unaccepted_start == ULLONG_MAX) in allocate_unaccepted_bitmap()
|
| /linux/include/vdso/ ! |
| H A D | limits.h | 16 #define ULLONG_MAX (~0ULL) macro
|
| /linux/drivers/mtd/parsers/ ! |
| H A D | cmdlinepart.c | 48 #define SIZE_REMAINING ULLONG_MAX 49 #define OFFSET_CONTINUOUS ULLONG_MAX
|
| /linux/sound/soc/sof/ ! |
| H A D | ipc4-fw-reg.h | 12 #define SOF_IPC4_INVALID_STREAM_POSITION ULLONG_MAX
|
| /linux/arch/arm64/mm/ ! |
| H A D | init.c | 212 memblock_remove(1ULL << PHYS_MASK_SHIFT, ULLONG_MAX); in arm64_memblock_init() 229 __pa_symbol(_end)), ULLONG_MAX); in arm64_memblock_init()
|
| /linux/tools/perf/util/ ! |
| H A D | pmus.c | 701 ULLONG_MAX >> (64 - num_bits)); in build_format_string() 704 ULLONG_MAX >> (64 - num_bits)); in build_format_string() 708 ULLONG_MAX >> (64 - num_bits)); in build_format_string() 711 ULLONG_MAX >> (64 - num_bits)); in build_format_string()
|
| H A D | lock-contention.c | 92 new->wait_time_min = ULLONG_MAX; in lock_stat_findnew()
|
| /linux/drivers/accel/habanalabs/common/ ! |
| H A D | security.c | 365 user_regs_array_size, ULLONG_MAX); in hl_init_pb() 450 user_regs_range_array_size, ULLONG_MAX); in hl_init_pb_ranges() 595 ULLONG_MAX); in hl_ack_pb()
|
| /linux/drivers/clk/ ! |
| H A D | clk-si570.c | 200 u64 fdco, best_fdco = ULLONG_MAX; in si570_calc_divs() 223 if (best_fdco == ULLONG_MAX) in si570_calc_divs()
|
| /linux/drivers/clocksource/ ! |
| H A D | timer-microchip-pit64b.c | 162 mchp_pit64b_reset(timer, ULLONG_MAX, MCHP_PIT64B_MR_CONT, 0); in mchp_pit64b_clksrc_resume() 358 mchp_pit64b_reset(timer, ULLONG_MAX, MCHP_PIT64B_MR_CONT, 0); in mchp_pit64b_init_clksrc()
|