Searched refs:NS_BL1U_BASE (Results 1 – 9 of 9) sorted by relevance
104 #define NS_BL1U_BASE (BL31_LIMIT) /* 1AC9_8000 */ macro106 #define NS_BL1U_LIMIT (NS_BL1U_BASE + NS_BL1U_SIZE)
23 #if NS_BL1U_BASE28 .ep_info.pc = NS_BL1U_BASE,
145 #define NS_BL1U_BASE (BL2_BASE) macro147 #define NS_BL1U_LIMIT (NS_BL1U_BASE + NS_BL1U_SIZE)
152 .ep_info.pc = NS_BL1U_BASE,156 .image_info.image_base = NS_BL1U_BASE,
712 memcpy((void *)NS_BL1U_BASE, (void *)tmp, NS_BL1U_SIZE); in bl1_plat_set_ep_info()713 inv_dcache_range(NS_BL1U_BASE, NS_BL1U_SIZE); in bl1_plat_set_ep_info()
131 return NS_BL1U_BASE; in plat_get_ns_image_entrypoint()
435 #define NS_BL1U_BASE (PLAT_ARM_NVM_BASE + 0x03EB8000) macro
579 inv_dcache_range(NS_BL1U_BASE, NS_BL1U_SIZE); in bl1_plat_set_ep_info()
1240 The address ns_bl1u_base_address is the value of NS_BL1U_BASE - 0x8000000.1254 The address ns_bl1u_base_address is the value of NS_BL1U_BASE.