Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/bl32/tsp/
Dtsp_ffa_main.c107 ffa_mtd_flag32_t flags, bool multi_endpoint) in test_memory_send() argument
124 uint32_t receiver_count = multi_endpoint ? 2 : 1; in test_memory_send()
439 const bool multi_endpoint = true; in handle_partition_message() local
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()