Searched refs:BL2_SIZE (Results 1 – 8 of 8) sorted by relevance
13 #define BL2_SIZE (80*1024/4) /* BL2 size is 80KB(0x00005000) */ macro15 #define BL2_SIZE (170*1024/4) /* BL2 size is 170KB(0x0000AA00) */ macro25 const unsigned int __attribute__ ((section (".sa0_bl2dst_size3"))) bl2dst_size3 = BL2_SIZE;30 const unsigned int __attribute__ ((section (".sa0_bl2dst_size1"))) bl2dst_size1 = BL2_SIZE;
13 #define BL2_SIZE (80*1024/4) /* BL2 size is 80KB(0x00005000) */ macro15 #define BL2_SIZE (170*1024/4) /* BL2 size is 170KB(0x0000AA00) */ macro25 const unsigned int __attribute__ ((section(".sa0_bl2dst_size3"))) bl2dst_size3 = BL2_SIZE;30 const unsigned int __attribute__ ((section(".sa0_bl2dst_size1"))) bl2dst_size1 = BL2_SIZE;
91 #define BL2_SIZE 0x0000d000 /* page multiple */ macro126 #define BL2_LIMIT (BL2_BASE + BL2_SIZE)128 #define BL31_OFFSET (BL2_OFFSET + BL2_SIZE)
127 #define BL2_SIZE 0x1D000 macro128 #define BL2_BASE (BL31_BASE - BL2_SIZE)153 BL2_SIZE - BL31_SIZE)
65 #define BL2_SIZE (256 * 1024) macro66 #define BL2_LIMIT (BL2_BASE + BL2_SIZE)
37 sq_mmap_setup(BL2_BASE, BL2_SIZE, NULL); in bl2_el3_plat_arch_setup()
44 #define BL2_SIZE SZ_128K macro45 #define BL2_LIMIT (BL2_BASE + BL2_SIZE)
41 #define BL2_SIZE SZ_128K macro42 #define BL2_LIMIT (BL2_BASE + BL2_SIZE)
Completed in 12 milliseconds