linux/drivers/tee/optee
Jens Wiklander cdbcf83d29 tee: optee: check type of registered shared memory
Checks the memory type of the pages to be registered as shared memory.
Only normal cached memory is allowed.

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
2017-12-28 13:21:27 +01:00
..
call.c tee: optee: check type of registered shared memory 2017-12-28 13:21:27 +01:00
core.c tee: optee: enable dynamic SHM support 2017-12-15 13:36:17 +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: add start argument to shm_register callback 2017-12-28 10:08:00 +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