Symbol: SPU_STATUS_RUNNING
arch/powerpc/platforms/cell/spufs/backing_ops.c
283
ctx->csa.prob.spu_status_R |= SPU_STATUS_RUNNING;
arch/powerpc/platforms/cell/spufs/backing_ops.c
285
ctx->csa.prob.spu_status_R &= ~SPU_STATUS_RUNNING;
arch/powerpc/platforms/cell/spufs/hw_ops.c
220
while (in_be32(&ctx->spu->problem->spu_status_R) & SPU_STATUS_RUNNING)
arch/powerpc/platforms/cell/spufs/run.c
150
if (!(status & SPU_STATUS_RUNNING)) {
arch/powerpc/platforms/cell/spufs/run.c
64
if (*stat & SPU_STATUS_RUNNING)
arch/powerpc/platforms/cell/spufs/run.c
89
const u32 status_loading = SPU_STATUS_RUNNING
arch/powerpc/platforms/cell/spufs/switch.c
1000
if (in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING) {
arch/powerpc/platforms/cell/spufs/switch.c
1004
SPU_STATUS_RUNNING);
arch/powerpc/platforms/cell/spufs/switch.c
1013
SPU_STATUS_RUNNING);
arch/powerpc/platforms/cell/spufs/switch.c
1017
SPU_STATUS_RUNNING);
arch/powerpc/platforms/cell/spufs/switch.c
1024
SPU_STATUS_RUNNING);
arch/powerpc/platforms/cell/spufs/switch.c
1039
if (!(in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING)) {
arch/powerpc/platforms/cell/spufs/switch.c
1048
SPU_STATUS_RUNNING);
arch/powerpc/platforms/cell/spufs/switch.c
1060
SPU_STATUS_RUNNING);
arch/powerpc/platforms/cell/spufs/switch.c
1220
SPU_STATUS_STOPPED_BY_STOP | SPU_STATUS_RUNNING;
arch/powerpc/platforms/cell/spufs/switch.c
1337
SPU_STATUS_RUNNING);
arch/powerpc/platforms/cell/spufs/switch.c
1355
SPU_STATUS_STOPPED_BY_STOP | SPU_STATUS_RUNNING;
arch/powerpc/platforms/cell/spufs/switch.c
1360
SPU_STATUS_RUNNING);
arch/powerpc/platforms/cell/spufs/switch.c
1364
SPU_STATUS_RUNNING);
arch/powerpc/platforms/cell/spufs/switch.c
1719
if (csa->prob.spu_status_R & SPU_STATUS_RUNNING) {
arch/powerpc/platforms/cell/spufs/switch.c
1879
POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING);
arch/powerpc/platforms/cell/spufs/switch.c
227
if ((in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING) == 0) {
arch/powerpc/platforms/cell/spufs/switch.c
235
SPU_STATUS_RUNNING);
arch/powerpc/platforms/cell/spufs/switch.c
240
csa->prob.spu_status_R = SPU_STATUS_RUNNING;
arch/powerpc/platforms/cell/spufs/switch.c
930
POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING);