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