Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/include/kernel/
A Dspmc_sp_handler.h26 size_t blen, uint64_t *global_handle,
35 uint64_t *global_handle __unused, in spmc_sp_add_share()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dthread_spmc.c663 size_t flen, uint64_t *global_handle) in add_mem_share() argument
703 *global_handle = mobj_ffa_get_cookie(share.mf); in add_mem_share()
760 global_handle); in handle_mem_share_tmem()
772 uint64_t *global_handle, in handle_mem_share_rxbuf() argument
782 global_handle, NULL); in handle_mem_share_rxbuf()
785 global_handle); in handle_mem_share_rxbuf()
801 uint64_t global_handle = 0; in handle_mem_share() local
819 args->a4, &global_handle, rxtx); in handle_mem_share()
831 reg_pair_from_64(global_handle, &ret_w3, &ret_w2); in handle_mem_share()
870 s = get_frag_state(global_handle); in handle_mem_frag_tx()
[all …]
A Dspmc_sp_handler.c132 uint64_t global_handle = 0; in spmc_sp_handle_mem_share() local
139 res = spmc_sp_add_share(rxtx, args->a1, &global_handle, owner_sp); in spmc_sp_handle_mem_share()
141 reg_pair_from_64(global_handle, &ret_w3, &ret_w2); in spmc_sp_handle_mem_share()
274 size_t blen, uint64_t *global_handle, in spmc_sp_add_share() argument
359 *global_handle = smem->global_handle; in spmc_sp_add_share()
517 smem = sp_mem_get(retr_dsc->global_handle); in ffa_mem_retrieve()
/optee_os-3.20.0/core/include/mm/
A Dsp_mem.h66 uint64_t global_handle; member
/optee_os-3.20.0/core/arch/arm/mm/
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-3.20.0/core/arch/arm/include/
A Dffa.h169 uint64_t global_handle; member

Completed in 13 milliseconds