Move the raw syscalls done in ZBackingFile into a class that can be shared by all CPUs on Linux. Only the SYS_<number> macros need to be CPU specific. This is paves the way for consolidating ZBackingFile, ZBackingPath and ZPhysicalMemoryBacking, which today are duplicated on linux_x86 and linux_aarch64.