Hello,
Does the file syscall_table_32.S under 'arch/x86/kernel' define syscalls for both 32 bit and 64 bit architectures under x86 because I cannot find a file for making syscall table entrys for x86_64.
Curiously there is a file called syscall_64.c which seems to define pointers and references to unistd_64.h which is where the syscall number is defined, but I see no actual location for the sys_call_table.
To clarify my question, where might I find the sys_call_table for x86_64?
thanks for your patience,
brahan