Lines Matching refs:syscall
56 (The syscall table is littered with historical examples where this wasn't done,
203 Some architectures (e.g. x86) have their own architecture-specific syscall
204 tables, but several other architectures share a generic syscall table. Add your
213 your new syscall number may get adjusted to resolve conflicts.
245 master syscall tables. Assuming your new system call isn't special in some
348 the entries in the syscall tables need to be adjusted.
399 arch/x86/entry/entry_64.S, and the entry in the syscall table
406 with the corresponding syscall table adjustment in
414 implementation is not common with the x86_64 version, then its syscall
419 still works -- its syscall table will reference stub_xyzzy, but the UML build
453 the test will need to invoke it using syscall(); also, if the system call
493 syscall(2) man-page:
494 http://man7.org/linux/man-pages/man2/syscall.2.html#NOTES