WIP: treewide: use NATIVE_SYSCALL_DEFINE()

TODO:

* common syscalls can take size_t/ulong_t, for which the native type is
  64-bit, and widening from 32-bit to 64-bit is fine. To check whether
  common syscalls are safe we need to check if the corresponding
  *compat* type is larger than 32-bit, which will likely require more
  painful rework.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
2 files changed