Lines Matching refs:unaligned
796 This determines the level of support for unaligned accesses. This
802 bool "Probe for hardware unaligned access support"
806 speed of unaligned accesses. This probing will dynamically determine
807 the speed of unaligned accesses on the underlying system. If unaligned
809 system, the kernel will emulate the unaligned accesses to preserve the
813 bool "Emulate unaligned access where system support is missing"
816 If unaligned memory accesses trap into the kernel as they are not
817 supported by the system, the kernel will emulate the unaligned
819 unaligned accesses, the unaligned accesses are assumed to be slow.
822 bool "Assume the system supports slow unaligned memory accesses"
825 Assume that the system supports slow unaligned memory accesses. The
827 that do not support unaligned memory accesses.
830 bool "Assume the system supports fast unaligned memory accesses"
835 Assume that the system supports fast unaligned memory accesses. When
839 support efficient unaligned memory accesses.