Searched defs:spufs_calls (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/arch/powerpc/platforms/cell/ |
D | spu_syscalls.c | 20 static struct spufs_calls *spufs_calls; variable 59 DEFINE_CLASS(spufs_calls, struct spufs_calls *, spufs_calls_put(_T), spufs_calls_get(), void) in DEFINE_CLASS() argument 64 CLASS(spufs_calls, calls)(); in DEFINE_CLASS() local 80 CLASS(spufs_calls, calls)(); in SYSCALL_DEFINE3() local 94 CLASS(spufs_calls, calls)(); in elf_coredump_extra_notes_size() local 103 CLASS(spufs_calls, calls)(); in elf_coredump_extra_notes_write() local
|
/linux-6.14.4/arch/powerpc/platforms/cell/spufs/ |
D | syscalls.c | 80 struct spufs_calls spufs_calls = { variable
|
/linux-6.14.4/arch/powerpc/include/asm/ |
D | spu.h | 214 struct spufs_calls { struct 215 long (*create_thread)(const char __user *name, 218 long (*spu_run)(struct file *filp, __u32 __user *unpc, 220 int (*coredump_extra_notes_size)(void); 221 int (*coredump_extra_notes_write)(struct coredump_params *cprm); 222 void (*notify_spus_active)(void); 246 int register_spu_syscalls(struct spufs_calls *calls); argument
|