Searched defs:spufs_calls (Results 1 – 3 of 3) sorted by relevance
81 struct spufs_calls spufs_calls = { variable
32 static struct spufs_calls *spufs_calls; variable
238 struct spufs_calls { struct239 long (*create_thread)(const char __user *name,242 long (*spu_run)(struct file *filp, __u32 __user *unpc,244 int (*coredump_extra_notes_size)(void);245 int (*coredump_extra_notes_write)(struct file *file, loff_t *foffset);246 void (*notify_spus_active)(void);270 int register_spu_syscalls(struct spufs_calls *calls); argument