Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/armv8/
H A Du-boot.lds45 .__secure_start :
50 KEEP(*(.__secure_start))
58 AT(ADDR(.__secure_start) + SIZEOF(.__secure_start))
H A Dcpu-dt.c26 fdt_add_mem_rsv(fdt, (unsigned long)__secure_start, in psci_update_dt()
27 __secure_end - __secure_start); in psci_update_dt()
H A Dcpu.c63 size_t sz = __secure_end - __secure_start; in relocate_secure_section()
65 memcpy((void *)CONFIG_ARMV8_SECURE_BASE, __secure_start, sz); in relocate_secure_section()
/openbmc/u-boot/arch/arm/cpu/armv7/
H 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()
H A Dvirt-v7.c55 size_t sz = __secure_end - __secure_start; in relocate_secure_section()
58 memcpy((void *)CONFIG_ARMV7_SECURE_BASE, __secure_start, sz); in relocate_secure_section()
/openbmc/u-boot/arch/arm/cpu/
H 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,
/openbmc/u-boot/arch/arm/lib/
H A Dsections.c27 char __secure_start[0] __attribute__((section(".__secure_start"))); variable
/openbmc/u-boot/arch/arm/include/asm/
H A Darmv7.h147 extern char __secure_start[];
H A Dsystem.h260 extern char __secure_start[];