Searched refs:spu_npc_RW (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | hw_ops.c | 178 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 D | backing_ops.c | 244 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 D | switch.c | 508 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()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | hw_ops.c | 178 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 D | backing_ops.c | 244 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 D | switch.c | 508 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()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | spu_csa.h | 113 u32 spu_npc_RW; member
|
H A D | spu.h | 368 u32 spu_npc_RW; /* 0x4034 */ member
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | spu_csa.h | 113 u32 spu_npc_RW; member
|
H A D | spu.h | 335 u32 spu_npc_RW; /* 0x4034 */ member
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | spu_base.c | 700 in_be32(&spu->problem->spu_npc_RW); in crash_kexec_stop_spus()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | spu_base.c | 693 in_be32(&spu->problem->spu_npc_RW); in crash_kexec_stop_spus()
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | xmon.c | 4211 DUMP_VALUE("0x%x", problem->spu_npc_RW, in dump_spu_fields() 4212 in_be32(&spu->problem->spu_npc_RW)); in dump_spu_fields()
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | xmon.c | 4272 DUMP_VALUE("0x%x", problem->spu_npc_RW, in dump_spu_fields() 4273 in_be32(&spu->problem->spu_npc_RW)); in dump_spu_fields()
|
Completed in 24 milliseconds