ia32_sys_call_table  333 arch/x86/entry/common.c 		regs->ax = ia32_sys_call_table[nr](regs);
ia32_sys_call_table  341 arch/x86/entry/common.c 		regs->ax = ia32_sys_call_table[nr](
ia32_sys_call_table   25 arch/x86/entry/syscall_32.c __visible const sys_call_ptr_t ia32_sys_call_table[__NR_syscall_compat_max+1] = {
ia32_sys_call_table   36 arch/x86/include/asm/syscall.h extern const sys_call_ptr_t ia32_sys_call_table[];