Searched refs:sp_id (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/arch/arm/include/kernel/ |
| H A D | thread_spmc.h | 59 uint16_t sp_id; member 66 struct spmc_lsp_desc *spmc_find_lsp_by_sp_id(uint16_t sp_id);
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread_spmc.c | 133 struct spmc_lsp_desc *spmc_find_lsp_by_sp_id(uint16_t sp_id) in spmc_find_lsp_by_sp_id() argument 138 if (desc->sp_id == sp_id) in spmc_find_lsp_by_sp_id() 352 spmc_set_args(args, FFA_SUCCESS_32, FFA_PARAM_MBZ, optee_spmc_lsp.sp_id, in spmc_handle_spm_id_get() 591 c, desc->sp_id, in lsp_partition_info_get() 1031 if (READ_ONCE(descr->endpoint_id) == optee_core_lsp.sp_id) { in get_acc_perms() 1165 return READ_ONCE(perm->endpoint_id) != optee_core_lsp.sp_id; in is_sp_op() 1918 res = ffa_set_notification(guest_id, optee_core_lsp.sp_id, in notif_send_async() 2404 .endpoint_id = optee_core_lsp.sp_id, in thread_spmc_get_protmem_config() 2432 uint32_t id = d->sp_id; in check_desc() 2445 d->properties, d->name, d->sp_id); in check_desc() [all …]
|
| /optee_os/core/arch/arm/include/ |
| H A D | ffa.h | 188 #define FFA_TARGET_INFO_SET(sp_id, vcpu_id) (((sp_id) << 16) | (vcpu_id)) argument
|