Expand description
Architecture Dependent Definitions
Depending on the architecture, the linux ABI can differ greatly. This module contains the architecture dependent definitions and entry-points for each supported architecture.
All code for all architectures is always available. Use the native
module to get a link to the architecture native to your compilation.
Alternatively, use cfg(target_arch = "xyz")
to test for the architecture
of your choice.