Lines Matching refs:compatibility
322 However, there are a couple of situations where a compatibility layer is
336 The second situation that requires a compatibility layer is if one of the
340 32-bit values, which then need to be re-assembled in the compatibility layer.
343 does **not** need a compatibility layer; for example, :manpage:`splice(2)`'s arguments of
346 The compatibility version of the system call is called ``compat_sys_xyzzy()``,
429 On arm64, there is a dedicated syscall table for compatibility system calls
440 To wire up the x86 architecture of a system call with a compatibility version,
456 the compatibility wrapper::
505 If the system call needs a compatibility layer (as in the previous section)
583 new syscall, or needs to be shared between a syscall and its compatibility
586 syscall stub (``sys_xyzzy()``), the compatibility syscall stub
603 architecture-specific compatibility wrappers, or other code in arch/.
657 compatibility with 64-bit versions rather than 32-bit versions: