Searched refs:stopped_status (Results 1 - 3 of 3) sorted by relevance

/arch/powerpc/platforms/cell/spufs/
H A Dspu_restore.c187 unsigned int stopped_status; local
201 * LSCSA.stopped_status and then modifying the
205 offset = LSCSA_QW_OFFSET(stopped_status);
206 stopped_status = regs_spill[offset].slot[0];
209 switch (stopped_status) {
H A Dswitch.c1144 * instead add a new 'stopped_status' field to the
1157 csa->lscsa->stopped_status.slot[0] = SPU_STOPPED_STATUS_P_I;
1158 csa->lscsa->stopped_status.slot[1] = status_code;
1166 csa->lscsa->stopped_status.slot[0] = SPU_STOPPED_STATUS_P_H;
1167 csa->lscsa->stopped_status.slot[1] = status_code;
1174 csa->lscsa->stopped_status.slot[0] = SPU_STOPPED_STATUS_S_P;
1175 csa->lscsa->stopped_status.slot[1] = status_code;
1182 csa->lscsa->stopped_status.slot[0] = SPU_STOPPED_STATUS_S_I;
1183 csa->lscsa->stopped_status.slot[1] = status_code;
1190 csa->lscsa->stopped_status
[all...]
/arch/powerpc/include/asm/
H A Dspu_csa.h78 * @stopped_status: Conditions to be recreated by restore.
94 struct spu_reg128 stopped_status; member in struct:spu_lscsa

Completed in 94 milliseconds