Searched refs:multi_endpoint (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/bl32/tsp/ |
| H A D | tsp_ffa_main.c | 108 ffa_mtd_flag32_t flags, bool multi_endpoint) in test_memory_send() argument 125 uint32_t receiver_count = multi_endpoint ? 2 : 1; in test_memory_send() 440 const bool multi_endpoint = true; in handle_partition_message() local 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()
|