Home
last modified time | relevance | path

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

/linux-5.19.10/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.c48 ctx->ops->npc_read(ctx) - 4); in spufs_handle_event()
Dspufs.h186 u32(*npc_read) (struct spu_context * ctx); member
Dhw_ops.c320 .npc_read = spu_hw_npc_read,
Dbacking_ops.c385 .npc_read = spu_backing_npc_read,
Dfile.c1766 return ctx->ops->npc_read(ctx); in spufs_npc_get()