Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/include/kernel/
H A Dspmc_sp_handler.h27 uint64_t *global_handle, struct sp_session *owner_sp);
40 size_t flen __unused, uint64_t *global_handle __unused, in spmc_sp_add_share()
/optee_os/core/arch/arm/kernel/
H A Dthread_spmc.c977 trans->global_handle = READ_ONCE(descr->global_handle); in spmc_read_mem_transaction()
993 trans->global_handle = READ_ONCE(descr->global_handle); in spmc_read_mem_transaction()
1170 uint64_t *global_handle) in add_mem_op() argument
1192 if (mem_trans->global_handle) in add_mem_op()
1193 cookie = mem_trans->global_handle; in add_mem_op()
1216 *global_handle = mobj_ffa_get_cookie(op.mf); in add_mem_op()
1236 *global_handle = mobj_ffa_get_cookie(op.mf); in add_mem_op()
1246 uint64_t *global_handle, struct ffa_rxtx *rxtx) in handle_mem_op_tmem() argument
1289 global_handle, NULL); in handle_mem_op_tmem()
1300 global_handle); in handle_mem_op_tmem()
[all …]
H A Dspmc_sp_handler.c135 uint64_t global_handle = 0; in spmc_sp_handle_mem_share() local
150 &global_handle, owner_sp); in spmc_sp_handle_mem_share()
152 args->a3 = high32_from_64(global_handle); in spmc_sp_handle_mem_share()
153 args->a2 = low32_from_64(global_handle); in spmc_sp_handle_mem_share()
285 uint64_t *global_handle, struct sp_session *owner_sp) in spmc_sp_add_share() argument
420 *global_handle = smem->global_handle; in spmc_sp_add_share()
655 smem = sp_mem_get(mem_trans.global_handle); in ffa_mem_retrieve()
/optee_os/core/arch/arm/include/
H A Dffa.h311 uint64_t global_handle; member
322 uint64_t global_handle; member
343 uint64_t global_handle; member
/optee_os/core/arch/arm/mm/
H A Dsp_mem.c201 if (smem->global_handle == handle) in sp_mem_get()
244 smem->global_handle = i | FFA_MEMORY_HANDLE_SECURE_BIT; in sp_mem_new()
322 i = smem->global_handle & ~FFA_MEMORY_HANDLE_SECURE_BIT; in sp_mem_remove()
/optee_os/core/include/mm/
H A Dsp_mem.h66 uint64_t global_handle; member