spu_status_R 352 arch/powerpc/include/asm/spu.h u32 spu_status_R; /* 0x4024 */ spu_status_R 111 arch/powerpc/include/asm/spu_csa.h u32 spu_status_R; spu_status_R 698 arch/powerpc/platforms/cell/spu_base.c in_be32(&spu->problem->spu_status_R); spu_status_R 254 arch/powerpc/platforms/cell/spufs/backing_ops.c return ctx->csa.prob.spu_status_R; spu_status_R 277 arch/powerpc/platforms/cell/spufs/backing_ops.c ctx->csa.prob.spu_status_R &= spu_status_R 283 arch/powerpc/platforms/cell/spufs/backing_ops.c ctx->csa.prob.spu_status_R |= SPU_STATUS_RUNNING; spu_status_R 285 arch/powerpc/platforms/cell/spufs/backing_ops.c ctx->csa.prob.spu_status_R &= ~SPU_STATUS_RUNNING; spu_status_R 188 arch/powerpc/platforms/cell/spufs/hw_ops.c return in_be32(&ctx->spu->problem->spu_status_R); spu_status_R 220 arch/powerpc/platforms/cell/spufs/hw_ops.c while (in_be32(&ctx->spu->problem->spu_status_R) & SPU_STATUS_RUNNING) spu_status_R 94 arch/powerpc/platforms/cell/spufs/switch.c return (in_be32(&prob->spu_status_R) & isolate_state) ? 1 : 0; spu_status_R 227 arch/powerpc/platforms/cell/spufs/switch.c if ((in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING) == 0) { spu_status_R 228 arch/powerpc/platforms/cell/spufs/switch.c csa->prob.spu_status_R = in_be32(&prob->spu_status_R); spu_status_R 234 arch/powerpc/platforms/cell/spufs/switch.c POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & spu_status_R 239 arch/powerpc/platforms/cell/spufs/switch.c if ((in_be32(&prob->spu_status_R) & stopped) == 0) spu_status_R 240 arch/powerpc/platforms/cell/spufs/switch.c csa->prob.spu_status_R = SPU_STATUS_RUNNING; spu_status_R 242 arch/powerpc/platforms/cell/spufs/switch.c csa->prob.spu_status_R = in_be32(&prob->spu_status_R); spu_status_R 930 arch/powerpc/platforms/cell/spufs/switch.c POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING); spu_status_R 950 arch/powerpc/platforms/cell/spufs/switch.c return (in_be32(&prob->spu_status_R) != complete) ? 1 : 0; spu_status_R 1000 arch/powerpc/platforms/cell/spufs/switch.c if (in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING) { spu_status_R 1001 arch/powerpc/platforms/cell/spufs/switch.c if (in_be32(&prob->spu_status_R) & spu_status_R 1003 arch/powerpc/platforms/cell/spufs/switch.c POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & spu_status_R 1006 arch/powerpc/platforms/cell/spufs/switch.c if ((in_be32(&prob->spu_status_R) & spu_status_R 1008 arch/powerpc/platforms/cell/spufs/switch.c || (in_be32(&prob->spu_status_R) & spu_status_R 1012 arch/powerpc/platforms/cell/spufs/switch.c POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & spu_status_R 1016 arch/powerpc/platforms/cell/spufs/switch.c POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & spu_status_R 1019 arch/powerpc/platforms/cell/spufs/switch.c if (in_be32(&prob->spu_status_R) & spu_status_R 1023 arch/powerpc/platforms/cell/spufs/switch.c POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & spu_status_R 1039 arch/powerpc/platforms/cell/spufs/switch.c if (!(in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING)) { spu_status_R 1040 arch/powerpc/platforms/cell/spufs/switch.c if (in_be32(&prob->spu_status_R) & spu_status_R 1047 arch/powerpc/platforms/cell/spufs/switch.c POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & spu_status_R 1050 arch/powerpc/platforms/cell/spufs/switch.c if ((in_be32(&prob->spu_status_R) & spu_status_R 1052 arch/powerpc/platforms/cell/spufs/switch.c || (in_be32(&prob->spu_status_R) & spu_status_R 1059 arch/powerpc/platforms/cell/spufs/switch.c POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & spu_status_R 1136 arch/powerpc/platforms/cell/spufs/switch.c (csa->prob.spu_status_R >> SPU_STOP_STATUS_SHIFT) & 0xFFFF; spu_status_R 1137 arch/powerpc/platforms/cell/spufs/switch.c if ((csa->prob.spu_status_R & status_P_I) == status_P_I) { spu_status_R 1146 arch/powerpc/platforms/cell/spufs/switch.c } else if ((csa->prob.spu_status_R & status_P_H) == status_P_H) { spu_status_R 1155 arch/powerpc/platforms/cell/spufs/switch.c } else if ((csa->prob.spu_status_R & status_S_P) == status_S_P) { spu_status_R 1163 arch/powerpc/platforms/cell/spufs/switch.c } else if ((csa->prob.spu_status_R & status_S_I) == status_S_I) { spu_status_R 1171 arch/powerpc/platforms/cell/spufs/switch.c } else if ((csa->prob.spu_status_R & status_P) == status_P) { spu_status_R 1179 arch/powerpc/platforms/cell/spufs/switch.c } else if ((csa->prob.spu_status_R & status_H) == status_H) { spu_status_R 1186 arch/powerpc/platforms/cell/spufs/switch.c } else if ((csa->prob.spu_status_R & status_S) == status_S) { spu_status_R 1192 arch/powerpc/platforms/cell/spufs/switch.c } else if ((csa->prob.spu_status_R & status_I) == status_I) { spu_status_R 1221 arch/powerpc/platforms/cell/spufs/switch.c if (!(csa->prob.spu_status_R & mask)) { spu_status_R 1307 arch/powerpc/platforms/cell/spufs/switch.c return (in_be32(&prob->spu_status_R) != complete) ? 1 : 0; spu_status_R 1333 arch/powerpc/platforms/cell/spufs/switch.c if (csa->prob.spu_status_R & mask) { spu_status_R 1336 arch/powerpc/platforms/cell/spufs/switch.c POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & spu_status_R 1356 arch/powerpc/platforms/cell/spufs/switch.c if (!(csa->prob.spu_status_R & mask)) { spu_status_R 1359 arch/powerpc/platforms/cell/spufs/switch.c POLL_WHILE_FALSE(in_be32(&prob->spu_status_R) & spu_status_R 1363 arch/powerpc/platforms/cell/spufs/switch.c POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & spu_status_R 1721 arch/powerpc/platforms/cell/spufs/switch.c if (csa->prob.spu_status_R & SPU_STATUS_RUNNING) { spu_status_R 1881 arch/powerpc/platforms/cell/spufs/switch.c POLL_WHILE_TRUE(in_be32(&prob->spu_status_R) & SPU_STATUS_RUNNING); spu_status_R 1892 arch/powerpc/platforms/cell/spufs/switch.c POLL_WHILE_FALSE((in_be32(&prob->spu_status_R) spu_status_R 1909 arch/powerpc/platforms/cell/spufs/switch.c if (in_be32(&prob->spu_status_R) & SPU_STATUS_ISOLATED_STATE) { spu_status_R 4091 arch/powerpc/xmon/xmon.c DUMP_VALUE("0x%x", problem->spu_status_R, spu_status_R 4092 arch/powerpc/xmon/xmon.c in_be32(&spu->problem->spu_status_R));