Searched refs:NS_BL1U_BASE (Results 1 – 13 of 13) sorted by relevance
47 #define NS_BL1U_BASE (0xf9828000) macro49 #define NS_BL1U_LIMIT (NS_BL1U_BASE + NS_BL1U_SIZE)
22 #if NS_BL1U_BASE27 .ep_info.pc = NS_BL1U_BASE,
104 #define NS_BL1U_BASE (BL31_LIMIT) /* 1AC9_8000 */ macro106 #define NS_BL1U_LIMIT (NS_BL1U_BASE + NS_BL1U_SIZE)
37 #if defined NS_BL1U_BASE38 #undef NS_BL1U_BASE39 #define NS_BL1U_BASE (PLAT_ARM_NVM_BASE + UL(0x00800000)) macro
40 #if defined NS_BL1U_BASE41 # undef NS_BL1U_BASE42 # define NS_BL1U_BASE (PLAT_ARM_NVM_BASE + UL(0x00800000)) macro
170 .ep_info.pc = NS_BL1U_BASE,174 .image_info.image_base = NS_BL1U_BASE,
245 memcpy((void *)NS_BL1U_BASE, (void *)tmp, NS_BL1U_SIZE); in bl1_plat_set_ep_info()246 inv_dcache_range(NS_BL1U_BASE, NS_BL1U_SIZE); in bl1_plat_set_ep_info()
117 return NS_BL1U_BASE; in plat_get_ns_image_entrypoint()
153 inv_dcache_range(NS_BL1U_BASE, NS_BL1U_SIZE); in bl1_plat_set_ep_info()
727 #define NS_BL1U_BASE (PLAT_ARM_NVM_BASE + UL(0x03EB8000)) macro
191 The address ns_bl1u_base_address is the value of NS_BL1U_BASE - 0x8000000.
165 The address ns_bl1u_base_address is the value of NS_BL1U_BASE.
346 - **#define : NS_BL1U_BASE**
Completed in 16 milliseconds