Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
H A Doptee_private.h359 struct tee_shm *optee_rpc_cmd_alloc_suppl(struct tee_context *ctx, size_t sz);
H A Drpc.c217 struct tee_shm *optee_rpc_cmd_alloc_suppl(struct tee_context *ctx, size_t sz) in optee_rpc_cmd_alloc_suppl() function
H A Dffa_abi.c441 shm = optee_rpc_cmd_alloc_suppl(ctx, arg->params[0].u.value.b); in handle_ffa_rpc_func_cmd_shm_alloc()
H A Dsmc_abi.c705 shm = optee_rpc_cmd_alloc_suppl(ctx, sz); in handle_rpc_func_cmd_shm_alloc()