Searched refs:__secure_start (Results 1 – 9 of 9) sorted by relevance
28 fdt_add_mem_rsv(fdt, (unsigned long)__secure_start, in psci_update_dt()29 __secure_end - __secure_start); in psci_update_dt()
78 size_t sz = __secure_end - __secure_start; in relocate_secure_section()80 memcpy((void *)CONFIG_ARMV8_SECURE_BASE, __secure_start, sz); in relocate_secure_section()
54 .__secure_start :59 KEEP(*(.__secure_start))69 AT(ADDR(.__secure_start) + SIZEOF(.__secure_start))
64 fdt_add_mem_rsv(fdt, (unsigned long)__secure_start, in psci_update_dt()65 __secure_end - __secure_start); in psci_update_dt()
56 size_t sz = __secure_end - __secure_start; in relocate_secure_section()59 memcpy((void *)CONFIG_ARMV7_SECURE_BASE, __secure_start, sz); in relocate_secure_section()
62 .__secure_start67 KEEP(*(.__secure_start))78 AT(ADDR(.__secure_start) + SIZEOF(.__secure_start))109 * We are not checking (__secure_end - __secure_start) here,
22 char __secure_start[0] __section(".__secure_start"); variable
147 extern char __secure_start[];
341 extern char __secure_start[];
Completed in 13 milliseconds