Home
last modified time | relevance | path

Searched refs:plat_spmc_shmem_datastore (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/plat/arm/board/juno/
H A Djuno_el3_spmc.c13 __section(".arm_el3_tzc_dram") __unused static uint8_t plat_spmc_shmem_datastore[PAGE_SIZE];
17 *datastore = (uint8_t *)plat_spmc_shmem_datastore; in plat_spmc_shmem_datastore_get()
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_el3_spmc.c13 plat_spmc_shmem_datastore[PLAT_SPMC_SHMEM_DATASTORE_SIZE];
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdn2/
H A Drdn2_plat.c196 __section("arm_el3_tzc_dram") uint8_t plat_spmc_shmem_datastore[DATASTORE_SIZE];
200 *datastore = plat_spmc_shmem_datastore; in plat_spmc_shmem_datastore_get()
/rk3399_ARM-atf/plat/hisilicon/hikey960/
H A Dhikey960_bl31_setup.c186 __section(".ram2_region") uint8_t plat_spmc_shmem_datastore[SPMC_SHARED_MEMORY_OBJ_SIZE];
190 *datastore = plat_spmc_shmem_datastore; in plat_spmc_shmem_datastore_get()
/rk3399_ARM-atf/plat/qemu/common/
H A Dqemu_common.c184 uint8_t plat_spmc_shmem_datastore[PLAT_SPMC_SHMEM_DATASTORE_SIZE] __aligned(2 * sizeof(long)); variable
188 *datastore = plat_spmc_shmem_datastore; in plat_spmc_shmem_datastore_get()