drivers/tee/optee/shm_pool.c
0 → 100644
+75
−0
drivers/tee/optee/shm_pool.h
0 → 100644
+23
−0
Loading
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>