Home
last modified time | relevance | path

Searched refs:spu_npc_RW (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/arch/powerpc/platforms/cell/spufs/
Dhw_ops.c178 return in_be32(&ctx->spu->problem->spu_npc_RW); in spu_hw_npc_read()
183 out_be32(&ctx->spu->problem->spu_npc_RW, val); in spu_hw_npc_write()
Dbacking_ops.c244 return ctx->csa.prob.spu_npc_RW; in spu_backing_npc_read()
249 ctx->csa.prob.spu_npc_RW = val; in spu_backing_npc_write()
Dswitch.c508 csa->prob.spu_npc_RW = in_be32(&prob->spu_npc_RW); in save_spu_npc()
827 out_be32(&prob->spu_npc_RW, 0); in set_spu_npc()
1636 out_be32(&prob->spu_npc_RW, csa->prob.spu_npc_RW); in restore_spu_npc()
/linux-5.19.10/arch/powerpc/include/asm/
Dspu_csa.h113 u32 spu_npc_RW; member
Dspu.h335 u32 spu_npc_RW; /* 0x4034 */ member
/linux-5.19.10/arch/powerpc/platforms/cell/
Dspu_base.c699 in_be32(&spu->problem->spu_npc_RW); in crash_kexec_stop_spus()
/linux-5.19.10/arch/powerpc/xmon/
Dxmon.c4281 DUMP_VALUE("0x%x", problem->spu_npc_RW, in dump_spu_fields()
4282 in_be32(&spu->problem->spu_npc_RW)); in dump_spu_fields()