Home
last modified time | relevance | path

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

/trusted-services/components/messaging/ffa/libsp/test/
A Dtest_sp_rxtx.cpp15 struct ffa_interface_properties props; in TEST_GROUP() local
23 memset(&props, 0x00, sizeof(props)); in TEST_GROUP()
39 props.interface_properties in TEST_GROUP()
43 expect_ffa_features(FFA_RXTX_MAP_64, &props, result); in TEST_GROUP()
316 struct ffa_interface_properties props = { 0 }; in TEST() local
321 expect_ffa_features(FFA_RXTX_MAP_64, &props, result); in TEST()
331 struct ffa_interface_properties props = { 0 }; in TEST() local
335 expect_ffa_features(FFA_RXTX_MAP_64, &props, FFA_OK); in TEST()
345 struct ffa_interface_properties props = { 0 }; in TEST() local
359 struct ffa_interface_properties props = { 0 }; in TEST() local
[all …]
A Dtest_sp_memory_management.cpp412 struct ffa_interface_properties props = { 0 }; in TEST() local
413 expect_ffa_features(FFA_MEM_DONATE_32, &props, result); in TEST()
422 struct ffa_interface_properties props = { 0 }; in TEST() local
714 struct ffa_interface_properties props = { 0 }; in TEST() local
715 expect_ffa_features(FFA_MEM_LEND_32, &props, result); in TEST()
724 struct ffa_interface_properties props = { 0 }; in TEST() local
727 expect_ffa_features(FFA_MEM_LEND_32, &props, FFA_OK); in TEST()
1018 struct ffa_interface_properties props = { 0 }; in TEST() local
1028 struct ffa_interface_properties props = { 0 }; in TEST() local
1421 struct ffa_interface_properties props = { 0 }; in TEST() local
[all …]
/trusted-services/components/messaging/ffa/libsp/
A Dsp_discovery.c44 uint32_t props = ffa_info->partition_properties; in unpack_ffa_info() local
49 props & FFA_PARTITION_SUPPORTS_DIRECT_REQUESTS; in unpack_ffa_info()
51 props & FFA_PARTITION_CAN_SEND_DIRECT_REQUESTS; in unpack_ffa_info()
53 props & FFA_PARTITION_SUPPORTS_INDIRECT_REQUESTS; in unpack_ffa_info()
56 (props >> FFA_PARTITION_PART_ID_SHIFT) & FFA_PARTITION_PART_ID_MASK; in unpack_ffa_info()
57 sp_info->inform_vm_create = props & FFA_PARTITION_INFORM_VM_CREATE; in unpack_ffa_info()
58 sp_info->inform_vm_destroy = props & FFA_PARTITION_INFORM_VM_DESTROY; in unpack_ffa_info()
59 if (props & FFA_PARTITION_AARCH64_EXECUTION_STATE) in unpack_ffa_info()
A Dsp_rxtx.c93 uint32_t *props = NULL; in sp_rxtx_buffer_alignment_boundary_get() local
108 props = interface_props.interface_properties; in sp_rxtx_buffer_alignment_boundary_get()
109 granularity = props[FFA_FEATURES_RXTX_MAP_GRANULARITY_INDEX]; in sp_rxtx_buffer_alignment_boundary_get()
A Dsp_memory_management.c308 uint32_t *props = NULL; in sp_mem_is_dynamic_supported() local
320 props = interface_props.interface_properties; in sp_mem_is_dynamic_supported()
322 *support = props[FFA_FEATURES_MEM_DYNAMIC_BUFFER_SUPPORT_INDEX] & in sp_mem_is_dynamic_supported()

Completed in 24 milliseconds