Home
last modified time | relevance | path

Searched refs:SYSCALL_SPU (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h9 SYSCALL_SPU(read)
10 SYSCALL_SPU(write)
12 SYSCALL_SPU(close)
13 SYSCALL_SPU(waitpid)
14 SYSCALL_SPU(creat)
15 SYSCALL_SPU(link)
16 SYSCALL_SPU(unlink)
18 SYSCALL_SPU(chdir)
20 SYSCALL_SPU(mknod)
21 SYSCALL_SPU(chmod)
[all …]
/linux-4.4.14/arch/powerpc/kernel/
Dsystbl_chk.c32 #define SYSCALL_SPU(func) SYSCALL(func) macro
Dsystbl.S36 #define SYSCALL_SPU(func) SYSCALL(func) macro
/linux-4.4.14/arch/powerpc/platforms/cell/
Dspu_callbacks.c45 #define SYSCALL_SPU(func) sys_##func, macro