Home
last modified time | relevance | path

Searched refs:ia32_sys_call_table (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dsyscall.h23 #define ia32_sys_call_table sys_call_table macro
27 extern const sys_call_ptr_t ia32_sys_call_table[];
/OK3568_Linux_fs/kernel/arch/x86/entry/
H A Dsyscall_32.c18 __visible const sys_call_ptr_t ia32_sys_call_table[__NR_ia32_syscall_max+1] = { variable
H A Dcommon.c77 regs->ax = ia32_sys_call_table[nr](regs); in do_syscall_32_irqs_on()