Home
last modified time | relevance | path

Searched refs:tee_shm_alloc_priv_buf (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dtee_core.h245 struct tee_shm *tee_shm_alloc_priv_buf(struct tee_context *ctx, size_t size);
/linux/drivers/tee/
H A Dtee_shm.c198 struct tee_shm *tee_shm_alloc_priv_buf(struct tee_context *ctx, size_t size) in tee_shm_alloc_priv_buf() function
204 EXPORT_SYMBOL_GPL(tee_shm_alloc_priv_buf);
/linux/drivers/tee/optee/
H A Dcall.c303 res = tee_shm_alloc_priv_buf(ctx, SHM_ENTRY_SIZE); in optee_get_msg_arg()
H A Dffa_abi.c444 shm = tee_shm_alloc_priv_buf(optee->ctx, in handle_ffa_rpc_func_cmd_shm_alloc()