Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/include/asm/
Dsystbl.h73 SYS32ONLY(sigaction)
78 SYS32ONLY(sigsuspend)
125 SYS32ONLY(sigreturn)
198 SYS32ONLY(mmap2)
199 SYS32ONLY(truncate64)
200 SYS32ONLY(ftruncate64)
232 SYS32ONLY(sendfile64)
/linux-3.4.99/arch/powerpc/kernel/
Dsystbl_chk.c23 #define SYS32ONLY(func) -1 macro
26 #define SYS32ONLY(func) __NR_##func macro
Dsystbl.S24 #define SYS32ONLY(func) .llong .sys_ni_syscall,.compat_sys_##func macro
31 #define SYS32ONLY(func) .long sys_##func macro
/linux-3.4.99/arch/powerpc/platforms/cell/
Dspu_callbacks.c41 #define SYS32ONLY(func) sys_ni_syscall, macro