Home
last modified time | relevance | path

Searched refs:npc_read (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/platforms/cell/spufs/
Drun.c251 *npc = ctx->ops->npc_read(ctx); in spu_run_fini()
317 npc = ctx->ops->npc_read(ctx) & ~3; in spu_process_callback()
Dfault.c68 ctx->ops->npc_read(ctx) - 4; in spufs_handle_event()
Dspufs.h202 u32(*npc_read) (struct spu_context * ctx); member
Dhw_ops.c334 .npc_read = spu_hw_npc_read,
Dbacking_ops.c398 .npc_read = spu_backing_npc_read,
Dfile.c1845 return ctx->ops->npc_read(ctx); in spufs_npc_get()