Lines Matching refs:syscall
55 ldr r1, [tsk, #TI_FLAGS] @ re-check for syscall tracing
92 ldr r1, [tsk, #TI_FLAGS] @ re-check for syscall tracing
227 adr tbl, sys_call_table @ load syscall table pointer
251 ldr r10, [tsk, #TI_FLAGS] @ check for syscall tracing
263 mov why, #0 @ no longer a real syscall
293 cmp scno, #-1 @ skip the syscall?
323 .macro syscall, nr, func macro
344 #define NATIVE(nr, func) syscall nr, func
351 #define COMPAT(nr, native, compat) syscall nr, native
363 @ r0 = syscall number
364 @ r8 = syscall table
384 mov why, #0 @ prevent syscall restart handling
390 mov why, #0 @ prevent syscall restart handling
455 #define COMPAT(nr, native, compat) syscall nr, compat