Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/cpu/armv8/
Du-boot.lds76 .__secure_end : AT(ADDR(.__secure_end)) {
77 KEEP(*(.__secure_end))
Dcpu-dt.c27 __secure_end - __secure_start); in psci_update_dt()
Dcpu.c63 size_t sz = __secure_end - __secure_start; in relocate_secure_section()
/external/u-boot/arch/arm/cpu/
Du-boot.lds97 * We are not checking (__secure_end - __secure_start) here,
114 .__secure_end : AT(ADDR(.__secure_end)) {
115 *(.__secure_end)
/external/u-boot/arch/arm/lib/
Dsections.c28 char __secure_end[0] __attribute__((section(".__secure_end"))); variable
/external/u-boot/arch/arm/cpu/armv7/
Dvirt-dt.c66 __secure_end - __secure_start); in psci_update_dt()
Dvirt-v7.c55 size_t sz = __secure_end - __secure_start; in relocate_secure_section()
/external/u-boot/arch/arm/include/asm/
Darmv7.h148 extern char __secure_end[];
Dsystem.h260 extern char __secure_end[];