Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/include/asm/
Dsystbl.h9 SYSCALL_SPU(read)
10 SYSCALL_SPU(write)
12 SYSCALL_SPU(close)
15 SYSCALL_SPU(link)
16 SYSCALL_SPU(unlink)
18 SYSCALL_SPU(chdir)
20 SYSCALL_SPU(mknod)
21 SYSCALL_SPU(chmod)
22 SYSCALL_SPU(lchown)
26 SYSCALL_SPU(getpid)
[all …]
/linux-3.4.99/arch/powerpc/kernel/
Dsystbl_chk.c30 #define SYSCALL_SPU(func) SYSCALL(func) macro
Dsystbl.S34 #define SYSCALL_SPU(func) SYSCALL(func) macro
/linux-3.4.99/arch/powerpc/platforms/cell/
Dspu_callbacks.c44 #define SYSCALL_SPU(func) sys_##func, macro