Home
last modified time | relevance | path

Searched refs:__SYSCALL_I386 (Results 1 – 6 of 6) sorted by relevance

/arch/x86/ia32/
Dsyscall_ia32.c8 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage void compat(void) ; macro
10 #undef __SYSCALL_I386
12 #define __SYSCALL_I386(nr, sym, compat) [nr] = compat, macro
/arch/x86/kernel/
Dsyscall_32.c8 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage void sym(void) ; macro
10 #undef __SYSCALL_I386
12 #define __SYSCALL_I386(nr, sym, compat) [nr] = sym, macro
Dasm-offsets_64.c13 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, macro
Dasm-offsets_32.c6 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, macro
/arch/x86/um/
Dsys_call_table_32.c27 #define __SYSCALL_I386(nr, sym, compat) extern asmlinkage void sym(void) ; macro
30 #undef __SYSCALL_I386
31 #define __SYSCALL_I386(nr, sym, compat) [ nr ] = sym, macro
Duser-offsets.c12 #define __SYSCALL_I386(nr, sym, compat) [nr] = 1, macro