Searched defs:trusty_shmem_obj_state (Results 1 – 1 of 1) sorted by relevance
64 struct trusty_shmem_obj_state { struct65 uint8_t *data;66 size_t allocated;67 uint64_t next_handle;68 struct spinlock lock;103 static struct trusty_shmem_obj_state trusty_shmem_obj_state = { variable