Searched refs:pa_max_address (Results 1 – 2 of 2) sorted by relevance
49 unsigned long long pa_max_address; member148 .pa_max_address = (_phy_addr_space_size) - 1, \
664 if ((base_pa + (unsigned long long)size - 1ULL) > ctx->pa_max_address) in mmap_add_region_check()1198 VERBOSE(" Max allowed PA: 0x%llx\n", ctx->pa_max_address); in xlat_tables_print()1264 assert(ctx->pa_max_address <= xlat_arch_get_max_supported_pa()); in init_xlat_tables_ctx()1266 assert(ctx->max_pa <= ctx->pa_max_address); in init_xlat_tables_ctx()1290 #define MAX_PHYS_ADDR tf_xlat_ctx.pa_max_address