| /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/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/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/arch/x86/kernel/ |
| H A D | e820.c | 484 if (size > (ULLONG_MAX - start)) in __e820__range_update() 485 size = ULLONG_MAX - start; in __e820__range_update() 560 if (size > (ULLONG_MAX - start)) in e820__range_remove() 561 size = ULLONG_MAX - start; in e820__range_remove() 933 e820__range_remove(mem_size, ULLONG_MAX - mem_size, E820_TYPE_RAM); in parse_memopt() 992 e820__range_remove(mem_size, ULLONG_MAX - mem_size, E820_TYPE_RAM); in parse_memmap_one()
|
| /linux/drivers/cxl/core/ |
| H A D | region.c | 3079 return ULLONG_MAX; in cxl_calculate_dpa_offset() 3151 return ULLONG_MAX; in cxl_calculate_hpa_offset() 3262 return ULLONG_MAX; in unaligned_dpa_to_hpa() 3293 return ULLONG_MAX; in unaligned_dpa_to_hpa() 3330 return ULLONG_MAX; in cxl_dpa_to_hpa() 3339 return ULLONG_MAX; in cxl_dpa_to_hpa() 3343 return ULLONG_MAX; in cxl_dpa_to_hpa() 3351 if (hpa == ULLONG_MAX) in cxl_dpa_to_hpa() 3352 return ULLONG_MAX; in cxl_dpa_to_hpa() 3365 if (hpa_offset == ULLONG_MAX) in cxl_dpa_to_hpa() [all …]
|
| H A D | trace.h | 1070 if (__entry->hpa != ULLONG_MAX && cxlr->params.cache_size) 1074 __entry->hpa_alias0 = ULLONG_MAX; 1078 __entry->hpa = ULLONG_MAX; 1079 __entry->hpa_alias0 = ULLONG_MAX;
|
| /linux/sound/soc/sof/ |
| H A D | ipc4-fw-reg.h | 12 #define SOF_IPC4_INVALID_STREAM_POSITION ULLONG_MAX
|
| /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()
|
| /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/net/can/rockchip/ |
| H A D | rockchip_canfd-timestamp.c | 72 max_cycles = div_u64(ULLONG_MAX, cc->mult); in rkcanfd_timestamp_init()
|
| /linux/tools/perf/tests/ |
| H A D | keep-tracking.c | 69 .user_interval = ULLONG_MAX, in test__keep_tracking()
|
| H A D | perf-time-to-tsc.c | 73 .user_interval = ULLONG_MAX, in test__perf_time_to_tsc()
|
| /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()
|
| /linux/drivers/vdpa/vdpa_user/ |
| H A D | iova_domain.c | 64 u64 start = 0ULL, last = ULLONG_MAX; in vduse_domain_set_map() 93 u64 start = 0ULL, last = ULLONG_MAX; in vduse_domain_clear_map() 588 vduse_iotlb_del_range(domain, 0, ULLONG_MAX); in vduse_domain_release()
|
| /linux/fs/netfs/ |
| H A D | write_collect.c | 212 collected_to = ULLONG_MAX; in netfs_collect_write_results() 302 if (collected_to != ULLONG_MAX && collected_to > wreq->collected_to) in netfs_collect_write_results()
|
| /linux/kernel/ |
| H A D | async.c | 62 #define ASYNC_COOKIE_MAX ULLONG_MAX /* infinity cookie */
|
| /linux/fs/xfs/ |
| H A D | xfs_fsmap.c | 522 info->high.rm_owner = ULLONG_MAX; in __xfs_getfsmap_datadev() 523 info->high.rm_offset = ULLONG_MAX; in __xfs_getfsmap_datadev() 963 info->high.rm_owner = ULLONG_MAX; in xfs_getfsmap_rtdev_rmapbt() 964 info->high.rm_offset = ULLONG_MAX; in xfs_getfsmap_rtdev_rmapbt()
|