Home
last modified time | relevance | path

Searched refs:normal_memory (Results 1 – 7 of 7) sorted by relevance

/trusted-services/components/messaging/ffa/libsp/test/
A Dtest_sp_memory_management_internals.cpp160 attr.normal_memory.cacheability = sp_cacheability_reserved0; in TEST()
161 attr.normal_memory.shareability = sp_shareability_non_shareable; in TEST()
175 attr.normal_memory.cacheability = sp_cacheability_reserved2; in TEST()
176 attr.normal_memory.shareability = sp_shareability_non_shareable; in TEST()
190 attr.normal_memory.cacheability = sp_cacheability_non_cacheable; in TEST()
191 attr.normal_memory.shareability = sp_shareability_reserved; in TEST()
203 attr.normal_memory.cacheability = sp_cacheability_non_cacheable; in TEST()
204 attr.normal_memory.shareability = sp_shareability_non_shareable; in TEST()
222 attr.normal_memory.cacheability = sp_cacheability_write_back; in TEST()
313 attr.normal_memory.cacheability); in TEST()
[all …]
A Dtest_mock_sp_memory_management.cpp16 .mem_region_attr = {.normal_memory = {
A Dtest_sp_memory_management.cpp20 .mem_region_attr = { .normal_memory = { .cacheability = \
/trusted-services/components/service/spm_test/
A Dsp.c561 desc.mem_region_attr.normal_memory.cacheability = in test_mem_sharing()
564 desc.mem_region_attr.normal_memory.shareability = in test_mem_sharing()
642 desc.mem_region_attr.normal_memory.cacheability = in test_mem_multi_sharing()
645 desc.mem_region_attr.normal_memory.shareability = in test_mem_multi_sharing()
875 desc.mem_region_attr.normal_memory.cacheability = in test_mem_sharing_inccorrect_access()
878 desc.mem_region_attr.normal_memory.shareability = in test_mem_sharing_inccorrect_access()
923 desc.mem_region_attr.normal_memory.cacheability = in test_mem_sharing_exc()
926 desc.mem_region_attr.normal_memory.shareability = in test_mem_sharing_exc()
/trusted-services/components/messaging/ffa/libsp/include/
A Dsp_memory_management.h120 } normal_memory; member
/trusted-services/components/messaging/ffa/libsp/
A Dsp_memory_management.c70 cacheability = sp_mem_attr->normal_memory.cacheability; in build_mem_region_attr()
71 shareability = sp_mem_attr->normal_memory.shareability; in build_mem_region_attr()
111 norm_attr = &sp_mem_attr->normal_memory; in parse_mem_region_attr()
/trusted-services/components/rpc/ts_rpc/caller/sp/
A Dts_rpc_caller_sp.c230 desc.mem_region_attr.normal_memory.cacheability = sp_cacheability_write_back; in create_shared_memory()
231 desc.mem_region_attr.normal_memory.shareability = sp_shareability_inner_shareable; in create_shared_memory()

Completed in 36 milliseconds