/openbmc/linux/arch/sparc/kernel/ |
H A D | systbls_64.S | 19 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) macro 28 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) macro
|
H A D | systbls_32.S | 12 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) macro
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | systbl.c | 19 #define __SYSCALL_WITH_COMPAT(nr, entry, compat) __SYSCALL(nr, entry) macro 42 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) macro
|
/openbmc/linux/arch/x86/entry/ |
H A D | syscall_32.c | 11 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) macro 13 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) macro
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | syscall.S | 1318 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) macro 1320 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) macro 1331 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) macro
|
/openbmc/linux/arch/arm/kernel/ |
H A D | entry-common.S | 345 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) macro 456 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) macro
|
/openbmc/linux/arch/powerpc/platforms/cell/ |
H A D | spu_callbacks.c | 38 #define __SYSCALL_WITH_COMPAT(nr, entry, compat) __SYSCALL(nr, entry) macro
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | syscalls.h | 148 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) macro
|
/openbmc/linux/arch/x86/um/ |
H A D | sys_call_table_32.c | 24 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) macro
|
/openbmc/linux/arch/mips/kernel/ |
H A D | scall64-o32.S | 217 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) macro
|
H A D | scall32-o32.S | 220 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) macro
|