Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/renesas/common/aarch64/
Dplat_helpers.S88 ldr x1, =BOOT_KIND_BASE
153 ldr x3, =BOOT_KIND_BASE
/trusted-firmware-a-latest/plat/renesas/rzg/
Dbl2_plat_setup.c336 u_register_t *boot_kind = (void *)BOOT_KIND_BASE; in bl2_plat_handle_pre_image_load()
347 flush_dcache_range(BOOT_KIND_BASE, sizeof(*boot_kind)); in bl2_plat_handle_pre_image_load()
357 flush_dcache_range(BOOT_KIND_BASE, sizeof(*boot_kind)); in bl2_plat_handle_pre_image_load()
/trusted-firmware-a-latest/docs/plat/
Drz-g2.rst77 memory (BOOT_KIND_BASE) together with the BL31 parameters
82 behind using direct shared memory access to BOOT_KIND_BASE _and_
Drcar-gen3.rst82 memory (BOOT_KIND_BASE) together with the BL31 parameters
87 behind using direct shared memory access to BOOT_KIND_BASE _and_
/trusted-firmware-a-latest/plat/renesas/rcar/
Dbl2_plat_setup.c422 u_register_t *boot_kind = (void *) BOOT_KIND_BASE; in bl2_plat_handle_pre_image_load()
440 flush_dcache_range(BOOT_KIND_BASE, sizeof(*boot_kind)); in bl2_plat_handle_pre_image_load()
450 flush_dcache_range(BOOT_KIND_BASE, sizeof(*boot_kind)); in bl2_plat_handle_pre_image_load()
/trusted-firmware-a-latest/plat/renesas/common/include/
Drcar_def.h48 #define BOOT_KIND_BASE (RCAR_SHARED_MEM_BASE + \ macro