Searched refs:tee_shm_alloc_priv_buf (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/tee/qcomtee/ |
| H A D | shm.c | 68 shm = tee_shm_alloc_priv_buf(ctx, size); in qcomtee_msg_buffers_alloc() 74 shm = tee_shm_alloc_priv_buf(ctx, MAX_OUTBOUND_BUFFER_SIZE); in qcomtee_msg_buffers_alloc()
|
| /linux/drivers/tee/ |
| H A D | tee_shm.c | 261 struct tee_shm *tee_shm_alloc_priv_buf(struct tee_context *ctx, size_t size) in tee_shm_alloc_priv_buf() function 267 EXPORT_SYMBOL_GPL(tee_shm_alloc_priv_buf);
|
| /linux/drivers/tee/optee/ |
| H A D | smc_abi.c | 483 shm_arg = tee_shm_alloc_priv_buf(ctx, sz); in optee_shm_register() 539 shm_arg = tee_shm_alloc_priv_buf(ctx, sz); in optee_shm_unregister() 708 shm = tee_shm_alloc_priv_buf(optee->ctx, sz); in handle_rpc_func_cmd_shm_alloc() 825 shm = tee_shm_alloc_priv_buf(optee->ctx, param->a1); in optee_handle_rpc()
|
| H A D | protmem.c | 229 shm_param = tee_shm_alloc_priv_buf(optee->ctx, in get_protmem_config()
|
| H A D | call.c | 303 res = tee_shm_alloc_priv_buf(ctx, SHM_ENTRY_SIZE); in optee_get_msg_arg()
|
| H A D | ffa_abi.c | 444 shm = tee_shm_alloc_priv_buf(optee->ctx, in handle_ffa_rpc_func_cmd_shm_alloc()
|