Searched refs:UINT64_MAX (Results 1 – 10 of 10) sorted by relevance
16 #define UINT64_MAX ULLONG_MAX macro
16 #define UINT64_MAX ULONG_MAX macro
43 #define UINT_LEAST64_MAX UINT64_MAX59 #define UINT_FAST64_MAX UINT64_MAX
33 assert(usec < (UINT64_MAX / timer_ops->clk_div)); in udelay()
72 #if (UINTPTR_MAX == UINT64_MAX) in addr_high()
193 assert(((region_top <= (UINT64_MAX >> (64U - 43U))) && in tzc_dmc500_configure_region()
262 assert((region_top <= (UINT64_MAX >> (64U - tzc400.addr_width))) && in tzc400_configure_region()
23 #define MAX_TS UINT64_MAX
257 {.region_address = 0, PAGES_AND_TYPE(UINT64_MAX, 0x3)}, in drtm_dma_prot_serialise_table()
285 if (size > (UINT64_MAX - addr)) { in is_address_in_ddr_range()
Completed in 15 milliseconds