Home
last modified time | relevance | path

Searched refs:memory_region_attributes (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/include/services/
H A Del3_spmc_ffa_memory.h210 ffa_mem_attr8_t memory_region_attributes; member
248 ffa_mem_attr16_t memory_region_attributes; member
/rk3399_ARM-atf/bl32/tsp/
H A Dffa_helpers.c72 memory_region->memory_region_attributes = attributes; in ffa_memory_region_init_header()
217 if (((*retrieved)->memory_region_attributes & FFA_MEM_ATTR_NS_BIT) == 0U) { in memory_retrieve()
219 (*retrieved)->memory_region_attributes); in memory_retrieve()
/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_shared_mem.c458 out->memory_region_attributes = mtd_orig->memory_region_attributes; in spmc_shm_convert_shmem_obj_from_v1_0()
554 out->memory_region_attributes = mtd_orig->memory_region_attributes; in spmc_shm_convert_mtd_to_v1_0()
1068 (obj->desc.memory_region_attributes & FFA_MEM_ATTR_NS_BIT) != 0U) { in spmc_ffa_fill_desc()
1080 obj->desc.memory_region_attributes |= FFA_MEM_ATTR_NS_BIT; in spmc_ffa_fill_desc()
1460 resp->memory_region_attributes &= ~FFA_MEM_ATTR_NS_BIT; in spmc_ffa_mem_retrieve_update_ns_bit()
1472 resp->memory_region_attributes |= FFA_MEM_ATTR_NS_BIT; in spmc_ffa_mem_retrieve_update_ns_bit()
1478 resp->memory_region_attributes &= ~FFA_MEM_ATTR_NS_BIT; in spmc_ffa_mem_retrieve_update_ns_bit()
1624 if ((req->memory_region_attributes & FFA_MEM_ATTR_NS_BIT) != 0U) { in spmc_ffa_mem_retrieve_req()