Home
last modified time | relevance | path

Searched defs:spu_context (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h67 struct spu_context { struct
68 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; argument
95 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 …]