Searched refs:PLAT_PHY_ADDR_SPACE_SIZE (Results 1 – 13 of 13) sorted by relevance
23 # ifndef PLAT_PHY_ADDR_SPACE_SIZE24 # define PLAT_PHY_ADDR_SPACE_SIZE ADDR_SPACE_SIZE macro34 CASSERT(CHECK_PHY_ADDR_SPACE_SIZE(PLAT_PHY_ADDR_SPACE_SIZE),
88 (PLAT_PHY_ADDR_SPACE_SIZE - 1)); in mmap_add_region()
56 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()
106 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()
57 #define PLAT_PHY_ADDR_SPACE_SIZE (ULL(1) << 35) macro
53 #define PLAT_PHY_ADDR_SPACE_SIZE (1ULL << 32) macro
79 #define PLAT_PHY_ADDR_SPACE_SIZE (1ull << 32) macro
99 #define PLAT_PHY_ADDR_SPACE_SIZE (1ull << 32) macro
282 #define PLAT_PHY_ADDR_SPACE_SIZE (1ull << 36) macro285 #define PLAT_PHY_ADDR_SPACE_SIZE (1ull << 32) macro
162 #define PLAT_PHY_ADDR_SPACE_SIZE (1ull << 32) macro
33 # ifndef PLAT_PHY_ADDR_SPACE_SIZE34 # define PLAT_PHY_ADDR_SPACE_SIZE ADDR_SPACE_SIZE macro46 PLAT_VIRT_ADDR_SPACE_SIZE, PLAT_PHY_ADDR_SPACE_SIZE);
170 - size of the physical address space: ``PLAT_PHY_ADDR_SPACE_SIZE``.
463 now deprecated, platforms should use ``PLAT_PHY_ADDR_SPACE_SIZE`` and