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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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.c1135 * instead add a new 'stopped_status' field to the
1148 csa->lscsa->stopped_status.slot[0] = SPU_STOPPED_STATUS_P_I;
1149 csa->lscsa->stopped_status.slot[1] = status_code;
1157 csa->lscsa->stopped_status.slot[0] = SPU_STOPPED_STATUS_P_H;
1158 csa->lscsa->stopped_status.slot[1] = status_code;
1165 csa->lscsa->stopped_status.slot[0] = SPU_STOPPED_STATUS_S_P;
1166 csa->lscsa->stopped_status.slot[1] = status_code;
1173 csa->lscsa->stopped_status.slot[0] = SPU_STOPPED_STATUS_S_I;
1174 csa->lscsa->stopped_status.slot[1] = status_code;
1181 csa->lscsa->stopped_status
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dspu_csa.h72 * @stopped_status: Conditions to be recreated by restore.
88 struct spu_reg128 stopped_status; member in struct:spu_lscsa

Completed in 45 milliseconds