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