Home
last modified time | relevance | path

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

/arch/powerpc/platforms/cell/spufs/
Dhw_ops.c192 return in_be32(&ctx->spu->problem->spu_npc_RW); in spu_hw_npc_read()
197 out_be32(&ctx->spu->problem->spu_npc_RW, val); in spu_hw_npc_write()
Dbacking_ops.c257 return ctx->csa.prob.spu_npc_RW; in spu_backing_npc_read()
262 ctx->csa.prob.spu_npc_RW = val; in spu_backing_npc_write()
Dswitch.c522 csa->prob.spu_npc_RW = in_be32(&prob->spu_npc_RW); in save_spu_npc()
841 out_be32(&prob->spu_npc_RW, 0); in set_spu_npc()
1650 out_be32(&prob->spu_npc_RW, csa->prob.spu_npc_RW); in restore_spu_npc()
/arch/powerpc/include/asm/
Dspu_csa.h126 u32 spu_npc_RW; member
Dspu.h381 u32 spu_npc_RW; /* 0x4034 */ member
/arch/powerpc/platforms/cell/
Dspu_base.c752 in_be32(&spu->problem->spu_npc_RW); in crash_kexec_stop_spus()
/arch/powerpc/xmon/
Dxmon.c3152 DUMP_VALUE("0x%x", problem->spu_npc_RW, in dump_spu_fields()
3153 in_be32(&spu->problem->spu_npc_RW)); in dump_spu_fields()