Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/
H A Du-boot.lds33 .__secure_start :
38 KEEP(*(.__secure_start))
46 AT(ADDR(.__secure_start) + SIZEOF(.__secure_start))
H 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()
H A Dcpu.c66 size_t sz = __secure_end - __secure_start; in relocate_secure_section()
68 memcpy((void *)CONFIG_ARMV8_SECURE_BASE, __secure_start, sz); in relocate_secure_section()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/
H A Du-boot.lds53 .__secure_start :
58 KEEP(*(.__secure_start))
67 AT(ADDR(.__secure_start) + SIZEOF(.__secure_start))
98 * We are not checking (__secure_end - __secure_start) here,
/OK3568_Linux_fs/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.c56 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()
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dsections.c28 char __secure_start[0] __attribute__((section(".__secure_start"))); variable
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Darmv7.h148 extern char __secure_start[];
H A Dsystem.h278 extern char __secure_start[];
/OK3568_Linux_fs/u-boot/tpl/
H A Du-boot-tpl.map
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.map
/OK3568_Linux_fs/u-boot/
H A Du-boot.map