Home
last modified time | relevance | path

Searched refs:PLAT_PHY_ADDR_SPACE_SIZE (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables/
Dxlat_tables_private.h23 # ifndef PLAT_PHY_ADDR_SPACE_SIZE
24 # define PLAT_PHY_ADDR_SPACE_SIZE ADDR_SPACE_SIZE macro
34 CASSERT(CHECK_PHY_ADDR_SPACE_SIZE(PLAT_PHY_ADDR_SPACE_SIZE),
Dxlat_tables_common.c88 (PLAT_PHY_ADDR_SPACE_SIZE - 1)); in mmap_add_region()
/device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables/aarch32/
Dxlat_tables.c56 assert(max_pa <= PLAT_PHY_ADDR_SPACE_SIZE - 1); in init_xlat_tables()
57 assert((PLAT_PHY_ADDR_SPACE_SIZE - 1) <= get_max_supported_pa()); in init_xlat_tables()
/device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables/aarch64/
Dxlat_tables.c106 assert(max_pa <= PLAT_PHY_ADDR_SPACE_SIZE - 1); in init_xlat_tables()
107 assert((PLAT_PHY_ADDR_SPACE_SIZE - 1) <= get_max_supported_pa()); in init_xlat_tables()
/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/include/
Dplatform_def.h57 #define PLAT_PHY_ADDR_SPACE_SIZE (ULL(1) << 35) macro
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/include/
Dplatform_def.h53 #define PLAT_PHY_ADDR_SPACE_SIZE (1ULL << 32) macro
/device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/include/
Dplatform_def.h79 #define PLAT_PHY_ADDR_SPACE_SIZE (1ull << 32) macro
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/include/
Dplatform_def.h99 #define PLAT_PHY_ADDR_SPACE_SIZE (1ull << 32) macro
/device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/common/
Darm_def.h282 #define PLAT_PHY_ADDR_SPACE_SIZE (1ull << 36) macro
285 #define PLAT_PHY_ADDR_SPACE_SIZE (1ull << 32) macro
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/include/
Dplatform_def.h162 #define PLAT_PHY_ADDR_SPACE_SIZE (1ull << 32) macro
/device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/
Dxlat_tables_internal.c33 # ifndef PLAT_PHY_ADDR_SPACE_SIZE
34 # define PLAT_PHY_ADDR_SPACE_SIZE ADDR_SPACE_SIZE macro
46 PLAT_VIRT_ADDR_SPACE_SIZE, PLAT_PHY_ADDR_SPACE_SIZE);
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dxlat-tables-lib-v2-design.rst170 - size of the physical address space: ``PLAT_PHY_ADDR_SPACE_SIZE``.
Dporting-guide.rst463 now deprecated, platforms should use ``PLAT_PHY_ADDR_SPACE_SIZE`` and