Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tee/
A Dtee_shm.c208 struct tee_shm *tee_shm_alloc_priv_buf(struct tee_context *ctx, size_t size) in tee_shm_alloc_priv_buf() function
214 EXPORT_SYMBOL_GPL(tee_shm_alloc_priv_buf);
/linux-6.3-rc2/include/linux/
A Dtee_drv.h273 struct tee_shm *tee_shm_alloc_priv_buf(struct tee_context *ctx, size_t size);
/linux-6.3-rc2/drivers/tee/optee/
A Dsmc_abi.c462 shm_arg = tee_shm_alloc_priv_buf(ctx, sz); in optee_shm_register()
518 shm_arg = tee_shm_alloc_priv_buf(ctx, sz); in optee_shm_unregister()
687 shm = tee_shm_alloc_priv_buf(optee->ctx, sz); in handle_rpc_func_cmd_shm_alloc()
807 shm = tee_shm_alloc_priv_buf(optee->ctx, param->a1); in optee_handle_rpc()
A Dcall.c221 res = tee_shm_alloc_priv_buf(ctx, SHM_ENTRY_SIZE); in optee_get_msg_arg()
A Dffa_abi.c443 shm = tee_shm_alloc_priv_buf(optee->ctx, in handle_ffa_rpc_func_cmd_shm_alloc()

Completed in 11 milliseconds