Home
last modified time | relevance | path

Searched refs:ffa_mtd (Results 1 – 8 of 8) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/arm/board/fvp/
A Dfvp_el3_spmc.c40 int plat_spmc_shmem_begin(struct ffa_mtd *desc) in plat_spmc_shmem_begin()
44 int plat_spmc_shmem_reclaim(struct ffa_mtd *desc) in plat_spmc_shmem_reclaim()
/arm-trusted-firmware-2.8.0/bl32/tsp/
A Dffa_helpers.c59 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 = (struct ffa_mtd *)mb->tx_buffer; in memory_retrieve()
203 *retrieved = (struct ffa_mtd *) mem_region_buffer; in memory_retrieve()
A Dffa_helpers.h64 ffa_memory_region_get_composite(struct ffa_mtd *memory_region, in ffa_memory_region_get_composite()
96 struct ffa_mtd **retrieved,
A Dtsp_ffa_main.c109 struct ffa_mtd *m; in test_memory_send()
/arm-trusted-firmware-2.8.0/include/services/
A Del3_spmc_ffa_memory.h244 struct ffa_mtd { struct
256 CASSERT(sizeof(struct ffa_mtd) == 48, assert_ffa_mtd_size_mismatch); argument
/arm-trusted-firmware-2.8.0/services/std_svc/spm/el3_spmc/
A Dspmc_shared_mem.h51 extern int plat_spmc_shmem_begin(struct ffa_mtd *desc);
52 extern int plat_spmc_shmem_reclaim(struct ffa_mtd *desc);
A Dspmc_shared_mem.c32 struct ffa_mtd desc;
97 obj->desc = (struct ffa_mtd) {0}; in spmc_shmem_obj_alloc()
375 size += sizeof(struct ffa_mtd); in spmc_shm_get_v1_1_descriptor_size()
447 struct ffa_mtd *out = &out_obj->desc; in spmc_shm_convert_shmem_obj_from_v1_0()
470 out->emad_offset = sizeof(struct ffa_mtd); in spmc_shm_convert_shmem_obj_from_v1_0()
533 struct ffa_mtd *mtd_orig = &orig->desc; in spmc_shm_convert_mtd_to_v1_0()
729 desc_size = sizeof(struct ffa_mtd); in spmc_shmem_check_obj()
1254 void spmc_ffa_mem_retrieve_set_ns_bit(struct ffa_mtd *resp, in spmc_ffa_mem_retrieve_set_ns_bit()
1312 struct ffa_mtd *resp; in spmc_ffa_mem_retrieve_req()
1313 const struct ffa_mtd *req; in spmc_ffa_mem_retrieve_req()
[all …]
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey960/
A Dhikey960_bl31_setup.c204 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()

Completed in 11 milliseconds