Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/cpu/armv8/
H A Du-boot.lds89 .__secure_end : AT(ADDR(.__secure_end)) {
90 KEEP(*(.__secure_end))
H A Dcpu-dt.c27 __secure_end - __secure_start); in psci_update_dt()
H A Dcpu.c63 size_t sz = __secure_end - __secure_start; in relocate_secure_section()
/openbmc/u-boot/arch/arm/cpu/
H A Du-boot.lds116 * We are not checking (__secure_end - __secure_start) here,
133 .__secure_end : AT(ADDR(.__secure_end)) {
134 *(.__secure_end)
/openbmc/u-boot/arch/arm/lib/
H A Dsections.c28 char __secure_end[0] __attribute__((section(".__secure_end"))); variable
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dvirt-dt.c66 __secure_end - __secure_start); in psci_update_dt()
H A Dvirt-v7.c55 size_t sz = __secure_end - __secure_start; in relocate_secure_section()
/openbmc/u-boot/arch/arm/include/asm/
H A Darmv7.h148 extern char __secure_end[];
H A Dsystem.h261 extern char __secure_end[];