Lines Matching full:shmem
90 * When set, OP-TEE supports command using SMT header protocol (SCMI shmem) in
114 * @req.shmem: Virtual base address of the shared memory
117 * @tee_shm: TEE shared memory handle @req or NULL if using IOMEM shmem
128 struct scmi_shared_mem __iomem *shmem; member
328 core->shmem->clear_channel(channel->req.shmem); in scmi_optee_clear_channel()
338 dev_err(channel->cinfo->dev, "shmem allocation failed\n"); in setup_dynamic_shmem()
353 channel->req.shmem = core->shmem->setup_iomap(cinfo, dev, true, NULL); in setup_static_shmem()
354 if (IS_ERR(channel->req.shmem)) in setup_static_shmem()
355 return PTR_ERR(channel->req.shmem); in setup_static_shmem()
363 if (of_property_present(cinfo->dev->of_node, "shmem")) in setup_shmem()
468 core->shmem->tx_prepare(channel->req.shmem, xfer, cinfo); in scmi_optee_send_message()
487 core->shmem->fetch_response(channel->req.shmem, xfer); in scmi_optee_fetch_response()