Searched refs:regs_spill (Results 1 - 5 of 5) 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_crt0.S31 .globl regs_spill
32 regs_spill: label
61 ila $3, regs_spill + 256
78 lqa $0, regs_spill + 0
79 lqa $1, regs_spill + 16
80 lqa $2, regs_spill + 32
81 lqa $3, regs_spill + 48
82 lqa $4, regs_spill + 64
83 lqa $5, regs_spill + 80
84 lqa $6, regs_spill
[all...]
H A Dspu_save_crt0.S30 .globl regs_spill
31 regs_spill: label
38 stqa $0, regs_spill + 0
39 stqa $1, regs_spill + 16
40 stqa $2, regs_spill + 32
41 stqa $3, regs_spill + 48
42 stqa $4, regs_spill + 64
43 stqa $5, regs_spill + 80
44 stqa $6, regs_spill + 96
45 stqa $7, regs_spill
[all...]
H A Dspu_save.c47 regs_spill[offset].slot[0] = spu_readch(SPU_RdEventStatMask);
58 regs_spill[offset].slot[0] = spu_readch(MFC_RdTagMask);
91 regs_spill[offset].v = spu_mffpscr();
103 regs_spill[offset].slot[0] = spu_readch(SPU_RdDec);
115 regs_spill[offset].slot[0] = spu_readch(SPU_RdSRR0);
120 unsigned int ls = (unsigned int)&regs_spill[0];
121 unsigned int size = sizeof(regs_spill);
H A Dspu_restore.c48 unsigned int ls = (unsigned int)&regs_spill[0];
49 unsigned int size = sizeof(regs_spill);
93 decr_running = regs_spill[offset].slot[0];
96 decr = regs_spill[offset].slot[0];
111 data = regs_spill[offset].slot[0];
125 data = regs_spill[offset].slot[0];
139 fpcr = regs_spill[offset].v;
152 srr0 = regs_spill[offset].slot[0];
165 event_mask = regs_spill[offset].slot[0];
178 tag_mask = regs_spill[offse
[all...]
H A Dspu_utils.h57 extern spu_reg128v regs_spill[NR_SPU_SPILL_REGS];

Completed in 95 milliseconds