Searched defs:__SYSCALL_I386 (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/x86/entry/ |
D | syscall_32.c | 15 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage long SYM(sym, compat)(unsigned long, unsi… macro 19 #define __SYSCALL_I386(nr, sym, compat) [nr] = SYM(sym, compat), macro
|
/linux-4.4.14/arch/x86/um/ |
D | sys_call_table_32.c | 28 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage long sym(unsigned long, unsigned long, un… macro 32 #define __SYSCALL_I386(nr, sym, compat) [ nr ] = sym, macro
|
D | user-offsets.c | 12 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, macro
|
/linux-4.4.14/arch/x86/kernel/ |
D | asm-offsets_32.c | 10 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, macro
|
D | asm-offsets_64.c | 17 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, macro
|