Home
last modified time | relevance | path

Searched refs:BOOT_KIND_BASE (Results 1 – 4 of 4) sorted by relevance

/external/arm-trusted-firmware/plat/renesas/rcar/aarch64/
Dplat_helpers.S88 ldr x1, =BOOT_KIND_BASE
153 ldr x3, =BOOT_KIND_BASE
/external/arm-trusted-firmware/plat/renesas/rcar/
Dbl2_plat_setup.c358 u_register_t *boot_kind = (void *) BOOT_KIND_BASE; in bl2_plat_handle_pre_image_load()
370 flush_dcache_range(BOOT_KIND_BASE, sizeof(*boot_kind)); in bl2_plat_handle_pre_image_load()
380 flush_dcache_range(BOOT_KIND_BASE, sizeof(*boot_kind)); in bl2_plat_handle_pre_image_load()
/external/arm-trusted-firmware/docs/plat/
Drcar-gen3.rst82 memory (BOOT_KIND_BASE) together with the BL31 parameters
87 behind using direct shared memory access to BOOT_KIND_BASE _and_
/external/arm-trusted-firmware/plat/renesas/rcar/include/
Drcar_def.h48 #define BOOT_KIND_BASE (RCAR_SHARED_MEM_BASE + \ macro