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

/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dspu_restore.c171 unsigned int *exit_instrs = (unsigned int *)exit_fini; local
201 exit_instrs[0] = RESTORE_COMPLETE;
202 exit_instrs[1] = ILLEGAL_INSTR;
203 exit_instrs[2] = STOP_INSTR | stopped_code;
210 exit_instrs[0] = RESTORE_COMPLETE;
211 exit_instrs[1] = HEQ_INSTR;
212 exit_instrs[2] = STOP_INSTR | stopped_code;
219 exit_instrs[0] = RESTORE_COMPLETE;
220 exit_instrs[1] = STOP_INSTR | stopped_code;
221 exit_instrs[
[all...]

Completed in 106 milliseconds