Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/cell/spufs/
Drun.c252 *npc = ctx->ops->npc_read(ctx); in spu_run_fini()
318 npc = ctx->ops->npc_read(ctx) & ~3; in spu_process_callback()
Dfault.c68 ctx->ops->npc_read(ctx) - 4; in spufs_handle_event()
Dspufs.h199 u32(*npc_read) (struct spu_context * ctx); member
Dhw_ops.c333 .npc_read = spu_hw_npc_read,
Dbacking_ops.c398 .npc_read = spu_backing_npc_read,
Dfile.c1792 return ctx->ops->npc_read(ctx); in spufs_npc_get()