Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
H A Dprotmem.c221 struct tee_shm *shm_param = NULL; in get_protmem_config() local
229 shm_param = tee_shm_alloc_priv_buf(optee->ctx, in get_protmem_config()
231 if (IS_ERR(shm_param)) in get_protmem_config()
232 return PTR_ERR(shm_param); in get_protmem_config()
233 params[1].u.memref.shm = shm_param; in get_protmem_config()
278 memcpy(mem_attrs, tee_shm_get_va(shm_param, 0), in get_protmem_config()
284 if (shm_param) in get_protmem_config()
285 tee_shm_free(shm_param); in get_protmem_config()