Searched refs:spu_reg128 (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/powerpc/include/asm/ |
D | spu_csa.h | 50 struct spu_reg128 { struct 72 struct spu_reg128 gprs[128]; argument 73 struct spu_reg128 fpcr; 74 struct spu_reg128 decr; 75 struct spu_reg128 decr_status; 76 struct spu_reg128 ppu_mb; 77 struct spu_reg128 ppuint_mb; 78 struct spu_reg128 tag_mask; 79 struct spu_reg128 event_mask; 80 struct spu_reg128 srr0; [all …]
|
/linux-6.1.9/arch/powerpc/platforms/cell/spufs/ |
D | file.c | 2543 { "regs", &spufs_regs_fops, 0666, sizeof(struct spu_reg128[128]), }, 2555 { "fpcr", &spufs_fpcr_fops, 0666, sizeof(struct spu_reg128), }, 2612 { "regs", spufs_regs_dump, NULL, sizeof(struct spu_reg128[128])}, 2613 { "fpcr", spufs_fpcr_dump, NULL, sizeof(struct spu_reg128) },
|