Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tee/optee/
A Dsmc_abi.c1226 optee_config_shm_memremap(optee_invoke_fn *invoke_fn, void **memremaped_shm) in optee_config_shm_memremap() argument
1268 *memremaped_shm = va; in optee_config_shm_memremap()
1334 if (optee->smc.memremaped_shm) in optee_smc_remove()
1335 memunmap(optee->smc.memremaped_shm); in optee_smc_remove()
1362 void *memremaped_shm = NULL; in optee_probe() local
1437 pool = optee_config_shm_memremap(invoke_fn, &memremaped_shm); in optee_probe()
1479 optee->smc.memremaped_shm = memremaped_shm; in optee_probe()
1560 if (memremaped_shm) in optee_probe()
1561 memunmap(memremaped_shm); in optee_probe()
A Doptee_private.h99 void *memremaped_shm; member

Completed in 6 milliseconds