Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h10 SYSCALL_SPU(read)
11 SYSCALL_SPU(write)
13 SYSCALL_SPU(close)
14 SYSCALL_SPU(waitpid)
15 SYSCALL_SPU(creat)
16 SYSCALL_SPU(link)
17 SYSCALL_SPU(unlink)
19 SYSCALL_SPU(chdir)
21 SYSCALL_SPU(mknod)
22 SYSCALL_SPU(chmod)
[all …]
/Linux-v4.19/arch/powerpc/kernel/
Dsystbl_chk.c32 #define SYSCALL_SPU(func) SYSCALL(func) macro
Dsystbl.S36 #define SYSCALL_SPU(func) SYSCALL(func) macro
/Linux-v4.19/arch/powerpc/platforms/cell/
Dspu_callbacks.c45 #define SYSCALL_SPU(func) sys_##func, macro