Lines Matching refs:syscall
58 ldr r1, [tsk, #TI_FLAGS] @ re-check for syscall tracing
95 ldr r1, [tsk, #TI_FLAGS] @ re-check for syscall tracing
230 adr tbl, sys_call_table @ load syscall table pointer
254 ldr r10, [tsk, #TI_FLAGS] @ check for syscall tracing
266 mov why, #0 @ no longer a real syscall
296 cmp scno, #-1 @ skip the syscall?
327 .macro syscall, nr, func macro
348 #define NATIVE(nr, func) syscall nr, func
355 #define COMPAT(nr, native, compat) syscall nr, native
367 @ r0 = syscall number
368 @ r8 = syscall table
388 mov why, #0 @ prevent syscall restart handling
394 mov why, #0 @ prevent syscall restart handling
459 #define COMPAT(nr, native, compat) syscall nr, compat