Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tee/optee/
H A Doptee_private.h321 struct tee_shm *optee_rpc_cmd_alloc_suppl(struct tee_context *ctx, size_t sz);
H A Drpc.c210 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.c440 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.c704 shm = optee_rpc_cmd_alloc_suppl(ctx, sz); in handle_rpc_func_cmd_shm_alloc()