Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A 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()
H A 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()
H A 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()
/openbmc/linux/arch/powerpc/include/asm/
H A Dspu_csa.h113 u32 spu_npc_RW; member
H A Dspu.h335 u32 spu_npc_RW; /* 0x4034 */ member
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dspu_base.c693 in_be32(&spu->problem->spu_npc_RW); in crash_kexec_stop_spus()
/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c4272 DUMP_VALUE("0x%x", problem->spu_npc_RW, in dump_spu_fields()
4273 in_be32(&spu->problem->spu_npc_RW)); in dump_spu_fields()