Searched defs:spu_context (Results 1 – 1 of 1) sorted by relevance
67 struct spu_context { struct68 struct spu *spu; /* pointer to a physical SPU */69 struct spu_state csa; /* SPU context save area. */70 spinlock_t mmio_lock; /* protects mmio access */94 struct spu_context_ops *ops; argument95 struct work_struct reap_work;96 unsigned long flags;97 unsigned long event_return;99 struct list_head gang_list;100 struct spu_gang *gang;[all …]