Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/kernel/
A Dsecure_partition.c107 *session_id = s->endpoint_id; in sp_find_session_id()
120 if (s->endpoint_id == session_id) in sp_get_session()
182 id = last->endpoint_id + 1; in new_session_id()
226 if (!s->endpoint_id) { in sp_create_session()
635 session->endpoint_id = new_endpoint_id; in swap_sp_endpoints()
642 uint32_t endpoint_id = 0; in read_manifest_endpoint_id() local
653 if (endpoint_id <= SPMC_ENDPOINT_ID) in read_manifest_endpoint_id()
656 res = swap_sp_endpoints(endpoint_id, s->endpoint_id); in read_manifest_endpoint_id()
661 endpoint_id); in read_manifest_endpoint_id()
663 s->endpoint_id = endpoint_id; in read_manifest_endpoint_id()
[all …]
A Dspmc_sp_handler.c57 if (FFA_SRC(args->a1) != caller->endpoint_id) { in ffa_get_dst()
85 if (receiver->perm.endpoint_id == s->endpoint_id) in find_sp_mem_receiver()
98 uint16_t endpoint_id = READ_ONCE(access_perm->endpoint_id); in add_mem_region_to_sp() local
100 s = sp_get_session(endpoint_id); in add_mem_region_to_sp()
119 receiver->perm.endpoint_id = endpoint_id; in add_mem_region_to_sp()
292 if ((owner_sp && owner_sp->endpoint_id != sender_id) || in spmc_sp_add_share()
524 receiver = sp_mem_get_receiver(caller_sp->endpoint_id, smem); in ffa_mem_retrieve()
621 if (READ_ONCE(mem->endpoint_id_array[0]) != caller_sp->endpoint_id) { in ffa_mem_relinquish()
629 receiver = sp_mem_get_receiver(caller_sp->endpoint_id, smem); in ffa_mem_relinquish()
701 endpoint = caller_sp->endpoint_id; in ffa_mem_reclaim()
[all …]
A Dthread_spmc.c330 uint16_t endpoint_id, uint16_t execution_context) in spmc_fill_partition_entry() argument
332 fpi->id = endpoint_id; in spmc_fill_partition_entry()
367 uint32_t endpoint_id = my_endpoint_id; in spmc_handle_partition_info_get() local
405 spmc_fill_partition_entry(fpi, endpoint_id, in spmc_handle_partition_info_get()
418 res = sp_find_session_id(&uuid, &endpoint_id); in spmc_handle_partition_info_get()
424 spmc_fill_partition_entry(fpi, endpoint_id, 1); in spmc_handle_partition_info_get()
524 if (READ_ONCE(descr->endpoint_id) == my_endpoint_id) { in get_acc_perms()
659 return READ_ONCE(perm->endpoint_id) != my_endpoint_id; in is_sp_share()
1410 perm_descr->endpoint_id = my_endpoint_id; in spmc_retrieve_req()
/optee_os-3.20.0/core/arch/arm/include/kernel/
A Dthread_spmc.h32 uint16_t endpoint_id,
A Dsecure_partition.h39 uint16_t endpoint_id; member
/optee_os-3.20.0/core/arch/arm/include/
A Dffa.h151 uint16_t endpoint_id; member
/optee_os-3.20.0/core/arch/arm/mm/
A Dsp_mem.c189 if (r->perm.endpoint_id == s_id) in sp_mem_get_receiver()

Completed in 14 milliseconds