Searched defs:spu_context (Results 1 – 1 of 1) sorted by relevance
80 struct spu_context { struct81 struct spu *spu; /* pointer to a physical SPU */82 struct spu_state csa; /* SPU context save area. */83 spinlock_t mmio_lock; /* protects mmio access */107 struct spu_context_ops *ops; argument108 struct work_struct reap_work;109 unsigned long flags;110 unsigned long event_return;112 struct list_head gang_list;113 struct spu_gang *gang;[all …]