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

/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h79 struct spu_context { struct
163 struct spu_context *aff_ref_ctx;
188 int (*mbox_read) (struct spu_context * ctx, u32 * data);
189 u32(*mbox_stat_read) (struct spu_context * ctx);
190 unsigned int (*mbox_stat_poll)(struct spu_context *ctx,
192 int (*ibox_read) (struct spu_context * ctx, u32 * data);
193 int (*wbox_write) (struct spu_context * ctx, u32 data);
194 u32(*signal1_read) (struct spu_context * ctx);
195 void (*signal1_write) (struct spu_context * ctx, u32 data);
196 u32(*signal2_read) (struct spu_context * ct
[all...]

Completed in 7 milliseconds