Home
last modified time | relevance | path

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

/rk3399_ARM-atf/bl32/tsp/
H A Dtsp_ffa_main.c107 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()