Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/filesystems/spufs/
Dspufs.rst138 /mbox_stat, /ibox_stat, /wbox_stat
149 read from (for mbox_stat and ibox_stat) or written to (for
/linux-5.19.10/arch/powerpc/platforms/cell/spufs/
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()