Searched defs:tee_context (Results 1 – 2 of 2) sorted by relevance
54 struct tee_context { struct55 struct tee_device *teedev;56 void *data;57 struct kref refcount;58 bool releasing;59 bool supp_nowait;60 bool cap_memref_null;
51 struct tee_context { struct52 struct tee_device *teedev;53 struct list_head list_shm;54 void *data;55 struct kref refcount;56 bool releasing;