Searched defs:spu_context_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
| D | spufs.h | 172 struct spu_context_ops { struct 173 int (*mbox_read) (struct spu_context * ctx, u32 * data); 174 u32(*mbox_stat_read) (struct spu_context * ctx); 175 __poll_t (*mbox_stat_poll)(struct spu_context *ctx, __poll_t events); 176 int (*ibox_read) (struct spu_context * ctx, u32 * data); 177 int (*wbox_write) (struct spu_context * ctx, u32 data); 178 u32(*signal1_read) (struct spu_context * ctx); 179 void (*signal1_write) (struct spu_context * ctx, u32 data); 180 u32(*signal2_read) (struct spu_context * ctx); 181 void (*signal2_write) (struct spu_context * ctx, u32 data); [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
| D | spufs.h | 174 struct spu_context_ops { struct 175 int (*mbox_read) (struct spu_context * ctx, u32 * data); 176 u32(*mbox_stat_read) (struct spu_context * ctx); 177 __poll_t (*mbox_stat_poll)(struct spu_context *ctx, __poll_t events); 178 int (*ibox_read) (struct spu_context * ctx, u32 * data); 179 int (*wbox_write) (struct spu_context * ctx, u32 data); 180 u32(*signal1_read) (struct spu_context * ctx); 181 void (*signal1_write) (struct spu_context * ctx, u32 data); 182 u32(*signal2_read) (struct spu_context * ctx); 183 void (*signal2_write) (struct spu_context * ctx, u32 data); [all …]
|