Searched refs:__SYSCALL_X32 (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/arch/x86/entry/ |
H A D | syscall_64.c | 12 # define __SYSCALL_X32(nr, sym, compat) __SYSCALL_64(nr, sym, compat) macro 14 # define __SYSCALL_X32(nr, sym, compat) /* nothing */ macro
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | asm-offsets_64.c | 10 # define __SYSCALL_X32(nr, sym, compat) [nr] = 1, macro 12 # define __SYSCALL_X32(nr, sym, compat) /* nothing */ macro
|
/linux-4.4.14/arch/x86/um/ |
H A D | sys_call_table_64.c | 39 #define __SYSCALL_X32(nr, sym, compat) /* Not supported */ macro
|
H A D | user-offsets.c | 19 #define __SYSCALL_X32(nr, sym, compat) /* Not supported */ macro
|
Completed in 35 milliseconds