The x32 system call ABI
The x32 system call ABI
Posted Sep 1, 2011 11:56 UTC (Thu) by and (guest, #2883)In reply to: The x32 system call ABI by slashdot
Parent article: The x32 system call ABI
The problem is that some structures contain pointers which are always 64 bits in kernel space but in x32 the userspace only has 32 bits. The "new" system calls thus have to translate these pointers before the structures can be used by "normal" kernel space code.
