Home
last modified time | relevance | path

Searched defs:cookie (Results 1 – 14 of 14) sorted by relevance

/optee_os/core/mm/
H A Dmobj_dyn_shm.c35 uint64_t cookie; member
51 uint64_t cookie; member
346 paddr_t page_offset, uint64_t cookie) in mobj_reg_shm_alloc()
407 static struct mobj_reg_shm *reg_shm_find_unlocked(uint64_t cookie) in reg_shm_find_unlocked()
418 static struct mobj_protmem *protmem_find_unlocked(uint64_t cookie) in protmem_find_unlocked()
429 struct mobj *mobj_reg_shm_get_by_cookie(uint64_t cookie) in mobj_reg_shm_get_by_cookie()
452 TEE_Result mobj_reg_shm_release_by_cookie(uint64_t cookie) in mobj_reg_shm_release_by_cookie()
511 paddr_t page_offset, uint64_t cookie) in mobj_mapped_shm_alloc()
691 struct mobj *mobj_protmem_alloc(paddr_t pa, paddr_size_t size, uint64_t cookie, in mobj_protmem_alloc()
734 TEE_Result mobj_protmem_release_by_cookie(uint64_t cookie) in mobj_protmem_release_by_cookie()
H A Dmobj.c241 uint64_t cookie; member
335 struct mobj *mobj_shm_alloc(paddr_t pa, size_t size, uint64_t cookie) in mobj_shm_alloc()
/optee_os/core/arch/arm/kernel/
H A Dvirtualization.c574 static int find_cookie(struct guest_partition *prtn, uint64_t cookie) in find_cookie()
584 static struct guest_partition *find_prtn_cookie(uint64_t cookie, int *idx) in find_prtn_cookie()
601 TEE_Result virt_add_cookie_to_current_guest(uint64_t cookie) in virt_add_cookie_to_current_guest()
623 void virt_remove_cookie(uint64_t cookie) in virt_remove_cookie()
639 uint16_t virt_find_guest_by_cookie(uint64_t cookie) in virt_find_guest_by_cookie()
660 static TEE_Result reclaim_cookie(struct guest_partition *prtn, uint64_t cookie) in reclaim_cookie()
692 uint64_t cookie) in virt_reclaim_cookie_from_destroyed_guest()
H A Dthread_optee_smc.c87 static void thread_rpc_free_arg(uint64_t cookie) in thread_rpc_free_arg()
238 static uint32_t std_entry_with_regd_arg(uint64_t cookie, size_t offset) in std_entry_with_regd_arg()
304 bool thread_disable_prealloc_rpc_cache(uint64_t *cookie) in thread_disable_prealloc_rpc_cache()
368 static struct mobj *rpc_shm_mobj_alloc(paddr_t pa, size_t sz, uint64_t cookie) in rpc_shm_mobj_alloc()
592 static void thread_rpc_free(unsigned int bt, uint64_t cookie, struct mobj *mobj) in thread_rpc_free()
613 uint64_t cookie = 0; in get_rpc_alloc_res() local
H A Dthread_spmc.c777 uint64_t cookie = reg_pair_to_64(a5, a4); in handle_unregister_shm() local
1175 uint64_t cookie = OPTEE_MSG_FMEM_INVALID_GLOBAL_ID; in add_mem_op() local
1512 uint64_t cookie = 0; in handle_mem_reclaim() local
2035 yielding_call_with_arg(uint64_t cookie,uint32_t offset) yielding_call_with_arg() argument
2121 uint64_t cookie = mobj_get_cookie(tpm->u.memref.mobj); set_fmem() local
2230 thread_rpc_free(unsigned int bt,uint64_t cookie,struct mobj * mobj) thread_rpc_free() argument
2265 uint64_t cookie = 0; thread_rpc_alloc() local
2678 thread_spmc_relinquish(uint64_t cookie) thread_spmc_relinquish() argument
2716 thread_spmc_populate_mobj_from_rx(uint64_t cookie,enum mobj_use_case use_case) thread_spmc_populate_mobj_from_rx() argument
[all...]
/optee_os/core/arch/riscv/kernel/
H A Dthread_optee_abi.c88 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
/optee_os/core/arch/arm/mm/
H A Dmobj_ffa.c81 uint64_t cookie; member
212 struct mobj_ffa *mobj_ffa_sel1_spmc_new(uint64_t cookie, in mobj_ffa_sel1_spmc_new()
280 static bool cmp_cookie(struct mobj_ffa *mf, uint64_t cookie) in cmp_cookie()
405 struct mobj_ffa *mobj_ffa_spmc_new(uint64_t cookie, unsigned int num_pages, in mobj_ffa_spmc_new()
523 TEE_Result mobj_ffa_sel1_spmc_reclaim(uint64_t cookie) in mobj_ffa_sel1_spmc_reclaim()
574 TEE_Result mobj_ffa_unregister_by_cookie(uint64_t cookie) in mobj_ffa_unregister_by_cookie()
639 struct mobj *mobj_ffa_get_by_cookie(uint64_t cookie, in mobj_ffa_get_by_cookie()
1060 TEE_Result mobj_ffa_assign_protmem(uint64_t cookie, enum mobj_use_case use_case) in mobj_ffa_assign_protmem()
/optee_os/core/tee/
H A Dentry_std.c517 uint64_t cookie = arg->params[0].u.rmem.shm_ref; in unregister_shm() local
538 uint64_t cookie = 0; in lend_protmem() local
572 uint64_t cookie = 0; in assign_protmem() local
590 uint64_t cookie = READ_ONCE(arg->params[0].u.rmem.shm_ref); in reclaim_protmem() local
/optee_os/lib/libutee/arch/arm/gprof/
H A Dgmon_out.h92 char cookie[4]; member
/optee_os/core/arch/riscv/tee/
H A Dentry_fast.c93 uint64_t cookie; in tee_entry_disable_shm_cache() local
/optee_os/core/arch/arm/tee/
H A Dentry_fast.c154 uint64_t cookie; in tee_entry_disable_shm_cache() local
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_cookie.c279 const unsigned char *cookie, size_t cookie_len, in mbedtls_ssl_cookie_check()
H A Dssl_misc.h870 unsigned char *cookie; /*!< HelloVerifyRequest cookie for DTLS member
H A Dssl_tls.c1292 const unsigned char *cookie, size_t cookie_len, in ssl_cookie_check_dummy()