Searched refs:BL31_SIZE (Results 1 – 18 of 18) sorted by relevance
92 #define BL31_SIZE 0x00014000 macro130 #define BL31_LIMIT (BL31_BASE + BL31_SIZE)
70 #define BL31_LIMIT (TZDRAM_BASE + BL31_SIZE - 1)71 #define BL32_BASE (TZDRAM_BASE + BL31_SIZE)
27 #define BL31_SIZE UL(0x000C0000) macro28 #define BL31_LIMIT (BL31_BASE + BL31_SIZE)
54 #define BL31_SIZE SEC_SRAM_SIZE macro55 #define BL31_LIMIT (BL31_BASE + BL31_SIZE)
33 #define BL31_SIZE UL(0x00100000) macro34 #define BL31_LIMIT (BL31_BASE + BL31_SIZE)
137 #define BL31_SIZE 0x300000 macro138 #define BL31_BASE (BL31_LIMIT - BL31_SIZE)153 BL2_SIZE - BL31_SIZE)
39 #define BL31_SIZE UL(0x00100000) macro40 #define BL31_LIMIT (BL31_BASE + BL31_SIZE)
48 #define BL31_SIZE 0x00080000 macro49 #define BL31_LIMIT (BL31_BASE + BL31_SIZE)
14 #define BL31_SIZE 0x00100000 macro
16 #define BL31_SIZE U(0x40000) macro
174 #define BL31_LIMIT (BL31_BASE + BL31_SIZE)
172 sq_mmap_setup(BL31_BASE, BL31_SIZE, secure_partition_mmap); in bl31_plat_arch_setup()
310 BL31_SIZE, in bl31_plat_arch_setup()
15 #define BL31_SIZE U(0x40000) macro
333 - The GICv2 sources list and the ``BL31_SIZE`` definition have been made