Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/tee/optee/
Drpc.c210 struct tee_shm *optee_rpc_cmd_alloc_suppl(struct tee_context *ctx, size_t sz) in optee_rpc_cmd_alloc_suppl() function
Doptee_private.h299 struct tee_shm *optee_rpc_cmd_alloc_suppl(struct tee_context *ctx, size_t sz);
Dffa_abi.c440 shm = optee_rpc_cmd_alloc_suppl(ctx, arg->params[0].u.value.b); in handle_ffa_rpc_func_cmd_shm_alloc()
Dsmc_abi.c684 shm = optee_rpc_cmd_alloc_suppl(ctx, sz); in handle_rpc_func_cmd_shm_alloc()