Searched refs:npc_read (Results 1 – 6 of 6) sorted by relevance
251 *npc = ctx->ops->npc_read(ctx); in spu_run_fini()317 npc = ctx->ops->npc_read(ctx) & ~3; in spu_process_callback()
68 ctx->ops->npc_read(ctx) - 4; in spufs_handle_event()
202 u32(*npc_read) (struct spu_context * ctx); member
334 .npc_read = spu_hw_npc_read,
398 .npc_read = spu_backing_npc_read,
1845 return ctx->ops->npc_read(ctx); in spufs_npc_get()