Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
H A Dfile.c780 u32 ibox_stat; in spufs_ibox_stat_read() local
788 ibox_stat = (ctx->ops->mbox_stat_read(ctx) >> 16) & 0xff; in spufs_ibox_stat_read()
791 if (copy_to_user(buf, &ibox_stat, sizeof ibox_stat)) in spufs_ibox_stat_read()
2548 { "ibox_stat", &spufs_ibox_stat_fops, 0444, sizeof(u32), },
2588 { "ibox_stat", &spufs_ibox_stat_fops, 0444, sizeof(u32), },
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
H A Dfile.c780 u32 ibox_stat; in spufs_ibox_stat_read() local
788 ibox_stat = (ctx->ops->mbox_stat_read(ctx) >> 16) & 0xff; in spufs_ibox_stat_read()
791 if (copy_to_user(buf, &ibox_stat, sizeof ibox_stat)) in spufs_ibox_stat_read()
2548 { "ibox_stat", &spufs_ibox_stat_fops, 0444, sizeof(u32), },
2588 { "ibox_stat", &spufs_ibox_stat_fops, 0444, sizeof(u32), },

Completed in 8 milliseconds