| /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/vdso/ |
| H A D | limits.h | 16 #define ULLONG_MAX (~0ULL) macro
|
| /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/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/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/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 | 204 memblock_remove(1ULL << PHYS_MASK_SHIFT, ULLONG_MAX); in arm64_memblock_init() 221 __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 | record.c | 153 bool user_interval = opts->user_interval != ULLONG_MAX; in record_opts__config_freq()
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | security.c | 367 user_regs_array_size, ULLONG_MAX); in hl_init_pb() 454 user_regs_range_array_size, ULLONG_MAX); in hl_init_pb_ranges() 603 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/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/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/cxl/core/ |
| H A D | region.c | 3013 return ULLONG_MAX; in cxl_calculate_dpa_offset() 3085 return ULLONG_MAX; in cxl_calculate_hpa_offset() 3133 return ULLONG_MAX; in cxl_dpa_to_hpa() 3141 return ULLONG_MAX; in cxl_dpa_to_hpa() 3145 if (hpa_offset == ULLONG_MAX) in cxl_dpa_to_hpa() 3146 return ULLONG_MAX; in cxl_dpa_to_hpa() 3155 if (hpa == ULLONG_MAX) in cxl_dpa_to_hpa() 3156 return ULLONG_MAX; in cxl_dpa_to_hpa() 3161 return ULLONG_MAX; in cxl_dpa_to_hpa() 3166 return ULLONG_MAX; in cxl_dpa_to_hpa() [all …]
|
| /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/vboxsf/ |
| H A D | shfl_hostintf.h | 54 #define SHFL_HANDLE_NIL ULLONG_MAX
|