Home
last modified time | relevance | path

Searched full:spufs (Results 1 – 22 of 22) sorted by relevance

/linux/arch/powerpc/platforms/cell/spufs/
H A DMakefile3 obj-$(CONFIG_SPU_FS) += spufs.o
4 spufs-y += inode.o file.o context.o syscalls.o
5 spufs-y += sched.o backing_ops.o hw_ops.o run.o gang.o
6 spufs-y += switch.o fault.o lscsa_alloc.o
7 spufs-$(CONFIG_COREDUMP) += coredump.o
H A Dinode.c32 #include "spufs.h"
533 /* check if we are on spufs */ in spufs_create()
662 printk(KERN_INFO "spufs: SPU isolation mode enabled\n"); in spufs_init_isolated_loader()
755 .name = "spufs",
760 MODULE_ALIAS_FS("spufs");
H A Dsputrace.h9 #define TRACE_SYSTEM spufs
H A Dlscsa_alloc.c19 #include "spufs.h"
H A Dgang.c13 #include "spufs.h"
H A Dsyscalls.c11 #include "spufs.h"
H A Dbacking_ops.c7 * These register operations allow SPUFS to operate on saved
26 #include "spufs.h"
H A Dfault.c15 #include "spufs.h"
H A Dcontext.c19 #include "spufs.h"
H A Dhw_ops.c22 #include "spufs.h"
H A Drun.c12 #include "spufs.h"
H A Dsched.c37 #include "spufs.h"
H A Dswitch.c38 #include "spufs.h"
H A Dfile.c28 #include "spufs.h"
/linux/Documentation/filesystems/spufs/
H A Dspufs.rst4 spufs title
10 spufs - the SPU file system
22 can use spu_create(2) to establish SPU contexts in the spufs root.
43 The files in spufs mostly follow the standard behavior for regular sys-
263 none /spu spufs gid=spu 0 0
273 capabilities(7), close(2), spu_create(2), spu_run(2), spufs(7)
H A Dindex.rst11 spufs
/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c32 "selinuxfs", "smackfs", "smb3", "sockfs", "spufs", "squashfs", "sysfs",
/linux/arch/powerpc/platforms/cell/
H A Dspu_base.c38 * The spufs fault-handling code needs to call force_sig_fault to raise signals
/linux/arch/powerpc/include/asm/
H A Dspu.h211 /* syscalls implemented in spufs */
/linux/fs/
H A Dbinfmt_elf.c2035 /* For cell spufs and x86 xstate */ in elf_core_dump()
2099 /* For cell spufs and x86 xstate */ in elf_core_dump()
/linux/kernel/bpf/
H A Dbtf.c6813 /* spufs */
/linux/
H A DMAINTAINERS25237 F: Documentation/filesystems/spufs/spufs.rst
25238 F: arch/powerpc/platforms/cell/spufs/