kernel_optimize_test/drivers/tee/optee
Volodymyr Babchuk abd135ba21 tee: optee: add optee-specific shared pool implementation
This is simple pool that uses kernel page allocator. This pool can be
used in case OP-TEE supports dynamic shared memory.

Signed-off-by: Volodymyr Babchuk <vlad.babchuk@gmail.com>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
2017-12-15 13:36:17 +01:00
..
call.c tee: optee: add registered buffers handling into RPC calls 2017-12-15 13:35:37 +01:00
core.c tee: optee: store OP-TEE capabilities in private data 2017-12-15 13:36:16 +01:00
Kconfig
Makefile tee: optee: add optee-specific shared pool implementation 2017-12-15 13:36:17 +01:00
optee_msg.h tee: optee: Update protocol definitions 2017-12-15 13:32:31 +01:00
optee_private.h tee: optee: store OP-TEE capabilities in private data 2017-12-15 13:36:16 +01:00
optee_smc.h tee: optee: Update protocol definitions 2017-12-15 13:32:31 +01:00
rpc.c tee: optee: add registered buffers handling into RPC calls 2017-12-15 13:35:37 +01:00
shm_pool.c tee: optee: add optee-specific shared pool implementation 2017-12-15 13:36:17 +01:00
shm_pool.h tee: optee: add optee-specific shared pool implementation 2017-12-15 13:36:17 +01:00
supp.c