Searched refs:test_memory_send (Results 1 – 1 of 1) sorted by relevance
/trusted-firmware-a-latest/bl32/tsp/ |
D | tsp_ffa_main.c | 106 static int test_memory_send(ffa_endpoint_id16_t sender, uint64_t handle, in test_memory_send() function 444 status = test_memory_send(sender, arg4, FFA_FLAG_SHARE_MEMORY, !multi_endpoint); in handle_partition_message() 449 status = test_memory_send(sender, arg4, FFA_FLAG_LEND_MEMORY, !multi_endpoint); in handle_partition_message() 454 status = test_memory_send(sender, arg4, FFA_FLAG_SHARE_MEMORY, multi_endpoint); in handle_partition_message() 459 status = test_memory_send(sender, arg4, FFA_FLAG_LEND_MEMORY, multi_endpoint); in handle_partition_message()
|