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.c1018 optee_config_shm_memremap(optee_invoke_fn *invoke_fn, void **memremaped_shm) in optee_config_shm_memremap() argument
1082 *memremaped_shm = va; in optee_config_shm_memremap()
1153 if (optee->smc.memremaped_shm) in optee_smc_remove()
1154 memunmap(optee->smc.memremaped_shm); in optee_smc_remove()
1178 void *memremaped_shm = NULL; in optee_probe() local
1214 pool = optee_config_shm_memremap(invoke_fn, &memremaped_shm); in optee_probe()
1255 optee->smc.memremaped_shm = memremaped_shm; in optee_probe()
1286 if (memremaped_shm) in optee_probe()
1287 memunmap(memremaped_shm); in optee_probe()
A Doptee_private.h80 void *memremaped_shm; member

Completed in 8 milliseconds