Searched refs:regs_spill (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | spu_save_crt0.S | 30 .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 + 112 [all …]
|
D | spu_restore_crt0.S | 31 .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 + 96 [all …]
|
D | spu_restore.c | 48 unsigned int ls = (unsigned int)®s_spill[0]; in fetch_regs_from_mem() 49 unsigned int size = sizeof(regs_spill); in fetch_regs_from_mem() 93 decr_running = regs_spill[offset].slot[0] & SPU_DECR_STATUS_RUNNING; in restore_decr() 96 decr = regs_spill[offset].slot[0]; in restore_decr() 111 data = regs_spill[offset].slot[0]; in write_ppu_mb() 125 data = regs_spill[offset].slot[0]; in write_ppuint_mb() 139 fpcr = regs_spill[offset].v; in restore_fpcr() 152 srr0 = regs_spill[offset].slot[0]; in restore_srr0() 165 event_mask = regs_spill[offset].slot[0]; in restore_event_mask() 178 tag_mask = regs_spill[offset].slot[0]; in restore_tag_mask() [all …]
|
D | spu_save.c | 47 regs_spill[offset].slot[0] = spu_readch(SPU_RdEventMask); in save_event_mask() 58 regs_spill[offset].slot[0] = spu_readch(MFC_RdTagMask); in save_tag_mask() 91 regs_spill[offset].v = spu_mffpscr(); in save_fpcr() 103 regs_spill[offset].slot[0] = spu_readch(SPU_RdDec); in save_decr() 115 regs_spill[offset].slot[0] = spu_readch(SPU_RdSRR0); in save_srr0() 120 unsigned int ls = (unsigned int)®s_spill[0]; in spill_regs_to_mem() 121 unsigned int size = sizeof(regs_spill); in spill_regs_to_mem()
|
D | spu_utils.h | 57 extern spu_reg128v regs_spill[NR_SPU_SPILL_REGS];
|