Home
last modified time | relevance | path

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

/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()
/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
/linux/arch/powerpc/platforms/cell/
H A Dspu_base.c692 in_be32(&spu->problem->spu_npc_RW); in crash_kexec_stop_spus()