Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dsyscall.h33 #define ia32_sys_call_table sys_call_table macro
39 extern const sys_call_ptr_t ia32_sys_call_table[];
/Linux-v4.19/arch/x86/entry/
Dsyscall_32.c27 __visible const sys_call_ptr_t ia32_sys_call_table[__NR_syscall_compat_max+1] = { variable
Dcommon.c326 regs->ax = ia32_sys_call_table[nr](regs); in do_syscall_32_irqs_on()
334 regs->ax = ia32_sys_call_table[nr]( in do_syscall_32_irqs_on()