spu_reg128
struct spu_reg128 gprs[128];
struct spu_reg128 fpcr;
struct spu_reg128 decr;
struct spu_reg128 decr_status;
struct spu_reg128 ppu_mb;
struct spu_reg128 ppuint_mb;
struct spu_reg128 tag_mask;
struct spu_reg128 event_mask;
struct spu_reg128 srr0;
struct spu_reg128 stopped_status;
{ "regs", &spufs_regs_fops, 0666, sizeof(struct spu_reg128[128]), },
{ "fpcr", &spufs_fpcr_fops, 0666, sizeof(struct spu_reg128), },
{ "regs", spufs_regs_dump, NULL, sizeof(struct spu_reg128[128])},
{ "fpcr", spufs_fpcr_dump, NULL, sizeof(struct spu_reg128) },