Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/include/kernel/
H A Dthread_spmc.h66 struct spmc_lsp_desc *spmc_find_lsp_by_sp_id(uint16_t sp_id);
/optee_os/core/arch/arm/kernel/
H A Dthread_spmc.c133 struct spmc_lsp_desc *spmc_find_lsp_by_sp_id(uint16_t sp_id) in spmc_find_lsp_by_sp_id() function
672 if (spmc_find_lsp_by_sp_id(endpoint)) in spmc_handle_run()
939 struct spmc_lsp_desc *lsp = spmc_find_lsp_by_sp_id(FFA_DST(args->a1)); in handle_direct_request()
2434 if (id && (spmc_is_reserved_id(id) || spmc_find_lsp_by_sp_id(id) || in check_desc()
2475 while (spmc_is_reserved_id(id) || spmc_find_lsp_by_sp_id(id)) { in find_unused_sp_id()
H A Dsecure_partition.c202 return !spmc_is_reserved_id(id) && !spmc_find_lsp_by_sp_id(id) && in endpoint_id_is_valid()