Searched defs:cookie (Results 1 – 10 of 10) sorted by relevance
/optee_os-3.20.0/core/arch/arm/mm/ |
A D | mobj_dyn_shm.c | 37 uint64_t cookie; member 297 paddr_t page_offset, uint64_t cookie) in mobj_reg_shm_alloc() 352 static struct mobj_reg_shm *reg_shm_find_unlocked(uint64_t cookie) in reg_shm_find_unlocked() 363 struct mobj *mobj_reg_shm_get_by_cookie(uint64_t cookie) in mobj_reg_shm_get_by_cookie() 375 TEE_Result mobj_reg_shm_release_by_cookie(uint64_t cookie) in mobj_reg_shm_release_by_cookie() 434 paddr_t page_offset, uint64_t cookie) in mobj_mapped_shm_alloc()
|
A D | mobj_ffa.c | 19 uint64_t cookie; member 123 static bool cmp_cookie(struct mobj_ffa *mf, uint64_t cookie) in cmp_cookie() 192 struct mobj_ffa *mobj_ffa_spmc_new(uint64_t cookie, unsigned int num_pages) in mobj_ffa_spmc_new() 258 TEE_Result mobj_ffa_sel1_spmc_reclaim(uint64_t cookie) in mobj_ffa_sel1_spmc_reclaim() 303 TEE_Result mobj_ffa_unregister_by_cookie(uint64_t cookie) in mobj_ffa_unregister_by_cookie() 348 struct mobj *mobj_ffa_get_by_cookie(uint64_t cookie, in mobj_ffa_get_by_cookie()
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | thread_optee_smc.c | 88 static void thread_rpc_free_arg(uint64_t cookie) in thread_rpc_free_arg() 239 static uint32_t std_entry_with_regd_arg(uint64_t cookie, size_t offset) in std_entry_with_regd_arg() 305 bool thread_disable_prealloc_rpc_cache(uint64_t *cookie) in thread_disable_prealloc_rpc_cache() 369 static struct mobj *rpc_shm_mobj_alloc(paddr_t pa, size_t sz, uint64_t cookie) in rpc_shm_mobj_alloc() 593 static void thread_rpc_free(unsigned int bt, uint64_t cookie, struct mobj *mobj) in thread_rpc_free() 614 uint64_t cookie = 0; in get_rpc_alloc_res() local
|
A D | thread_spmc.c | 464 uint64_t cookie = reg_pair_to_64(a5, a4); in handle_unregister_shm() local 920 uint64_t cookie = 0; in handle_mem_reclaim() local 1016 static TEE_Result yielding_call_with_arg(uint64_t cookie, uint32_t offset) in yielding_call_with_arg() 1101 uint64_t cookie = mobj_get_cookie(tpm->u.memref.mobj); in set_fmem() local 1210 static void thread_rpc_free(unsigned int bt, uint64_t cookie, struct mobj *mobj) in thread_rpc_free() 1245 uint64_t cookie = 0; in thread_rpc_alloc() local 1384 static struct ffa_mem_transaction *spmc_retrieve_req(uint64_t cookie) in spmc_retrieve_req() 1428 void thread_spmc_relinquish(uint64_t cookie) in thread_spmc_relinquish() 1466 struct mobj_ffa *thread_spmc_populate_mobj_from_rx(uint64_t cookie) in thread_spmc_populate_mobj_from_rx()
|
/optee_os-3.20.0/lib/libutee/arch/arm/gprof/ |
A D | gmon_out.h | 92 char cookie[4]; member
|
/optee_os-3.20.0/core/arch/arm/tee/ |
A D | entry_fast.c | 123 uint64_t cookie; in tee_entry_disable_shm_cache() local
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | ssl_cookie.c | 195 const unsigned char *cookie, size_t cookie_len, in mbedtls_ssl_cookie_check()
|
A D | ssl_tls.c | 3916 const unsigned char *cookie, size_t cookie_len, in ssl_cookie_check_dummy()
|
/optee_os-3.20.0/core/mm/ |
A D | mobj.c | 350 uint64_t cookie; member 444 struct mobj *mobj_shm_alloc(paddr_t pa, size_t size, uint64_t cookie) in mobj_shm_alloc()
|
/optee_os-3.20.0/core/tee/ |
A D | entry_std.c | 509 uint64_t cookie = arg->params[0].u.rmem.shm_ref; in unregister_shm() local
|
Completed in 30 milliseconds