Home
last modified time | relevance | path

Searched refs:register_spu_syscalls (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/cell/
Dspu_syscalls.c162 int register_spu_syscalls(struct spufs_calls *calls) in register_spu_syscalls() function
170 EXPORT_SYMBOL_GPL(register_spu_syscalls);
/linux-4.4.14/arch/powerpc/include/asm/
Dspu.h273 int register_spu_syscalls(struct spufs_calls *calls);
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dinode.c777 ret = register_spu_syscalls(&spufs_calls); in spufs_init()