Searched refs:execute_syscall (Results 1 – 7 of 7) sorted by relevance
16 static long execute_syscall(const call_t* c, long a[kMaxArgs]) in execute_syscall() function
15 static long execute_syscall(const call_t* c, long a[kMaxArgs]) in execute_syscall() function
22 static long execute_syscall(const call_t* c, long a[kMaxArgs]) in execute_syscall() function
19 static long execute_syscall(const call_t* c, long a[kMaxArgs]) in execute_syscall() function
34 static long execute_syscall(const call_t* c, long a[kMaxArgs]) in execute_syscall() function
43 static long execute_syscall(const call_t* c, long a[kMaxArgs]) in execute_syscall() function
949 th->res = execute_syscall(call, th->args); in execute_call()