Searched full:spufs (Results 1 – 22 of 22) sorted by relevance
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | Makefile | 3 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 D | inode.c | 32 #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 D | sputrace.h | 9 #define TRACE_SYSTEM spufs
|
| H A D | lscsa_alloc.c | 19 #include "spufs.h"
|
| H A D | gang.c | 13 #include "spufs.h"
|
| H A D | syscalls.c | 11 #include "spufs.h"
|
| H A D | backing_ops.c | 7 * These register operations allow SPUFS to operate on saved 26 #include "spufs.h"
|
| H A D | fault.c | 15 #include "spufs.h"
|
| H A D | context.c | 19 #include "spufs.h"
|
| H A D | hw_ops.c | 22 #include "spufs.h"
|
| H A D | run.c | 12 #include "spufs.h"
|
| H A D | sched.c | 37 #include "spufs.h"
|
| H A D | switch.c | 38 #include "spufs.h"
|
| H A D | file.c | 28 #include "spufs.h"
|
| /linux/Documentation/filesystems/spufs/ |
| H A D | spufs.rst | 4 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 D | index.rst | 11 spufs
|
| /linux/tools/testing/selftests/filesystems/statmount/ |
| H A D | statmount_test.c | 32 "selinuxfs", "smackfs", "smb3", "sockfs", "spufs", "squashfs", "sysfs",
|
| /linux/arch/powerpc/platforms/cell/ |
| H A D | spu_base.c | 38 * The spufs fault-handling code needs to call force_sig_fault to raise signals
|
| /linux/arch/powerpc/include/asm/ |
| H A D | spu.h | 211 /* syscalls implemented in spufs */
|
| /linux/fs/ |
| H A D | binfmt_elf.c | 2035 /* 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 D | btf.c | 6813 /* spufs */
|
| /linux/ |
| H A D | MAINTAINERS | 25237 F: Documentation/filesystems/spufs/spufs.rst 25238 F: arch/powerpc/platforms/cell/spufs/
|