Searched refs:ffa_mtd (Results 1 – 11 of 11) sorted by relevance
| /rk3399_ARM-atf/bl32/tsp/ |
| H A D | ffa_helpers.c | 59 struct ffa_mtd *memory_region, ffa_endpoint_id16_t sender, in ffa_memory_region_init_header() 66 memory_region->emad_offset = sizeof(struct ffa_mtd); in ffa_memory_region_init_header() 95 struct ffa_mtd *memory_region, uint64_t handle, in ffa_memory_retrieve_request_init() 105 return sizeof(struct ffa_mtd) + in ffa_memory_retrieve_request_init() 144 struct ffa_mtd **retrieved, in memory_retrieve() 152 struct ffa_mtd *memory_region; in memory_retrieve() 159 memory_region = (struct ffa_mtd *)mb->tx_buffer; in memory_retrieve() 205 *retrieved = (struct ffa_mtd *) mem_region_buffer; in memory_retrieve()
|
| H A D | ffa_helpers.h | 64 ffa_memory_region_get_composite(struct ffa_mtd *memory_region, in ffa_memory_region_get_composite() 96 struct ffa_mtd **retrieved,
|
| H A D | tsp_ffa_main.c | 110 struct ffa_mtd *m; in test_memory_send()
|
| /rk3399_ARM-atf/plat/arm/board/fvp/ |
| H A D | fvp_el3_spmc.c | 31 int plat_spmc_shmem_begin(struct ffa_mtd *desc) in plat_spmc_shmem_begin() 35 int plat_spmc_shmem_reclaim(struct ffa_mtd *desc) in plat_spmc_shmem_reclaim()
|
| /rk3399_ARM-atf/plat/arm/board/juno/ |
| H A D | juno_el3_spmc.c | 31 int plat_spmc_shmem_begin(struct ffa_mtd *desc) in plat_spmc_shmem_begin() 35 int plat_spmc_shmem_reclaim(struct ffa_mtd *desc) in plat_spmc_shmem_reclaim()
|
| /rk3399_ARM-atf/include/services/ |
| H A D | el3_spmc_ffa_memory.h | 246 struct ffa_mtd { struct 258 CASSERT(sizeof(struct ffa_mtd) == 48, assert_ffa_mtd_size_mismatch); argument 259 CASSERT(offsetof(struct ffa_mtd, emad_count) ==
|
| /rk3399_ARM-atf/services/std_svc/spm/el3_spmc/ |
| H A D | spmc_shared_mem.h | 51 extern int plat_spmc_shmem_begin(struct ffa_mtd *desc); 52 extern int plat_spmc_shmem_reclaim(struct ffa_mtd *desc);
|
| H A D | spmc_shared_mem.c | 38 struct ffa_mtd desc; 110 obj->desc = (struct ffa_mtd) {0}; in spmc_shmem_obj_alloc() 208 spmc_shmem_obj_get_emad(const struct ffa_mtd *desc, uint32_t index, in spmc_shmem_obj_get_emad() 274 struct ffa_mtd *desc = &obj->desc; in spmc_shmem_obj_validate_id() 376 size += sizeof(struct ffa_mtd); in spmc_shm_get_v1_1_descriptor_size() 403 spmc_shm_get_v1_0_descriptor_size(struct ffa_mtd *orig, size_t desc_size) in spmc_shm_get_v1_0_descriptor_size() 446 struct ffa_mtd *out = &out_obj->desc; in spmc_shm_convert_shmem_obj_from_v1_0() 469 out->emad_offset = sizeof(struct ffa_mtd); in spmc_shm_convert_shmem_obj_from_v1_0() 538 struct ffa_mtd *mtd_orig = &orig->desc; in spmc_shm_convert_mtd_to_v1_0() 701 spmc_validate_mtd_start(struct ffa_mtd *desc, uint32_t ffa_version, in spmc_validate_mtd_start() [all …]
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdn2/ |
| H A D | rdn2_plat.c | 209 int plat_spmc_shmem_begin(struct ffa_mtd *desc) in plat_spmc_shmem_begin() 214 int plat_spmc_shmem_reclaim(struct ffa_mtd *desc) in plat_spmc_shmem_reclaim()
|
| /rk3399_ARM-atf/plat/hisilicon/hikey960/ |
| H A D | hikey960_bl31_setup.c | 204 int plat_spmc_shmem_begin(struct ffa_mtd *desc) in plat_spmc_shmem_begin() 209 int plat_spmc_shmem_reclaim(struct ffa_mtd *desc) in plat_spmc_shmem_reclaim()
|
| /rk3399_ARM-atf/plat/qemu/common/ |
| H A D | qemu_common.c | 193 int plat_spmc_shmem_begin(struct ffa_mtd *desc) in plat_spmc_shmem_begin() 198 int plat_spmc_shmem_reclaim(struct ffa_mtd *desc) in plat_spmc_shmem_reclaim()
|