Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/cell/spufs/
Dspufs.h80 struct spu_context { struct
81 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; argument
108 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 …]