Searched refs:shmnode (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tee/amdtee/
H A Dcore.c344 struct amdtee_shm_data *shmnode; local
352 shmnode = kmalloc(sizeof(*shmnode), GFP_KERNEL);
353 if (!shmnode)
367 kfree(shmnode);
371 shmnode->kaddr = shm->kaddr;
372 shmnode->buf_id = buf_id;
375 list_add(&shmnode->shm_node, &ctxdata->shm_list);
378 pr_debug("buf_id :[%x] kaddr[%p]\n", shmnode->buf_id, shmnode
386 struct amdtee_shm_data *shmnode; local
[all...]

Completed in 109 milliseconds