Home
last modified time | relevance | path

Searched refs:memremaped_shm (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/tee/optee/
A Dsmc_abi.c1344 optee_config_shm_memremap(optee_invoke_fn *invoke_fn, void **memremaped_shm) in optee_config_shm_memremap() argument
1386 *memremaped_shm = va; in optee_config_shm_memremap()
1452 if (optee->smc.memremaped_shm) in optee_smc_remove()
1453 memunmap(optee->smc.memremaped_shm); in optee_smc_remove()
1591 void *memremaped_shm = NULL; in optee_probe() local
1672 pool = optee_config_shm_memremap(invoke_fn, &memremaped_shm); in optee_probe()
1719 optee->smc.memremaped_shm = memremaped_shm; in optee_probe()
1807 if (memremaped_shm) in optee_probe()
1808 memunmap(memremaped_shm); in optee_probe()
A Doptee_private.h144 void *memremaped_shm; member

Completed in 10 milliseconds