Lines Matching full:compatibility
269 Compatibility System Calls (Generic)
276 However, there are a couple of situations where a compatibility layer is
290 The second situation that requires a compatibility layer is if one of the
294 32-bit values, which then need to be re-assembled in the compatibility layer.
297 does **not** need a compatibility layer; for example, :manpage:`splice(2)`'s arguments of
300 The compatibility version of the system call is called ``compat_sys_xyzzy()``,
356 Compatibility System Calls (x86)
359 To wire up the x86 architecture of a system call with a compatibility version,
375 the compatibility wrapper::
424 If the system call needs a compatibility layer (as in the previous section)
502 new syscall, or needs to be shared between a syscall and its compatibility
505 syscall stub (``sys_xyzzy()``), the compatibility syscall stub
522 architecture-specific compatibility wrappers, or other code in arch/.
576 compatibility with 64-bit versions rather than 32-bit versions: