Searched refs:test_memory_send (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/trusty/arm-trusted-firmware/bl32/tsp/ |
D | tsp_ffa_main.c | 107 static int test_memory_send(ffa_endpoint_id16_t sender, uint64_t handle, in test_memory_send() function 445 status = test_memory_send(sender, arg4, FFA_FLAG_SHARE_MEMORY, !multi_endpoint); in handle_partition_message() 450 status = test_memory_send(sender, arg4, FFA_FLAG_LEND_MEMORY, !multi_endpoint); in handle_partition_message() 455 status = test_memory_send(sender, arg4, FFA_FLAG_SHARE_MEMORY, multi_endpoint); in handle_partition_message() 460 status = test_memory_send(sender, arg4, FFA_FLAG_LEND_MEMORY, multi_endpoint); in handle_partition_message()
|