Home
last modified time | relevance | path

Searched refs:__secure_start (Results 1 – 9 of 9) sorted by relevance

/u-boot/arch/arm/cpu/armv8/
A Dcpu-dt.c27 fdt_add_mem_rsv(fdt, (unsigned long)__secure_start, in psci_update_dt()
28 __secure_end - __secure_start); in psci_update_dt()
A Dcpu.c71 size_t sz = __secure_end - __secure_start; in relocate_secure_section()
73 memcpy((void *)CONFIG_ARMV8_SECURE_BASE, __secure_start, sz); in relocate_secure_section()
A Du-boot.lds45 .__secure_start :
50 KEEP(*(.__secure_start))
58 AT(ADDR(.__secure_start) + SIZEOF(.__secure_start))
/u-boot/arch/arm/cpu/armv7/
A Dvirt-dt.c65 fdt_add_mem_rsv(fdt, (unsigned long)__secure_start, in psci_update_dt()
66 __secure_end - __secure_start); in psci_update_dt()
A Dvirt-v7.c57 size_t sz = __secure_end - __secure_start; in relocate_secure_section()
60 memcpy((void *)CONFIG_ARMV7_SECURE_BASE, __secure_start, sz); in relocate_secure_section()
/u-boot/arch/arm/cpu/
A Du-boot.lds71 .__secure_start
76 KEEP(*(.__secure_start))
85 AT(ADDR(.__secure_start) + SIZEOF(.__secure_start))
116 * We are not checking (__secure_end - __secure_start) here,
/u-boot/arch/arm/lib/
A Dsections.c27 char __secure_start[0] __attribute__((section(".__secure_start"))); variable
/u-boot/arch/arm/include/asm/
A Darmv7.h147 extern char __secure_start[];
A Dsystem.h265 extern char __secure_start[];

Completed in 18 milliseconds