Searched refs:system_call_table (Results 1 – 2 of 2) sorted by relevance
17 extern system_call_t system_call_table[MAX_SYSTEM_CALL_NUM];
58 return system_call_table[regs->rax](regs); in system_call_function()562 ul ret = system_call_table[regs->rax](regs); in do_syscall_int()566 system_call_t system_call_table[MAX_SYSTEM_CALL_NUM] = { variable