HomeSort by relevance Sort by last modified time
    Searched refs:va_max_address (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/xlat_tables/
xlat_tables_v2_helpers.h 50 uintptr_t va_max_address; member in struct:xlat_ctx
90 * regions but they will never go beyond pa/va_max_address.
147 .va_max_address = (_virt_addr_space_size) - 1, \
  /device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/
xlat_tables_internal.c 661 if ((base_va + (uintptr_t)size - (uintptr_t)1) > ctx->va_max_address)
1199 VERBOSE(" Max allowed VA: %p\n", (void *) ctx->va_max_address);
    [all...]

Completed in 293 milliseconds