Home
last modified time | relevance | path

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

/drivers/tee/optee/
Dffa_abi.c42 u64 global_id; member
54 .key_offset = offsetof(struct shm_rhash, global_id),
59 u64 global_id) in optee_shm_from_ffa_handle() argument
65 r = rhashtable_lookup_fast(&optee->ffa.global_ids, &global_id, in optee_shm_from_ffa_handle()
75 u64 global_id) in optee_shm_add_ffa_handle() argument
84 r->global_id = global_id; in optee_shm_add_ffa_handle()
97 static int optee_shm_rem_ffa_handle(struct optee *optee, u64 global_id) in optee_shm_rem_ffa_handle() argument
103 r = rhashtable_lookup_fast(&optee->ffa.global_ids, &global_id, in optee_shm_rem_ffa_handle()
134 if (mp->u.fmem.global_id != OPTEE_MSG_FMEM_INVALID_GLOBAL_ID) in from_msg_param_ffa_mem()
135 shm = optee_shm_from_ffa_handle(optee, mp->u.fmem.global_id); in from_msg_param_ffa_mem()
[all …]
Doptee_msg.h149 u64 global_id; member