Lines Matching full:unaligned
891 prompt "Unaligned Accesses Support"
894 This determines the level of support for unaligned accesses. This
900 bool "Probe for hardware unaligned access support"
904 speed of unaligned accesses. This probing will dynamically determine
905 the speed of unaligned accesses on the underlying system. If unaligned
907 system, the kernel will emulate the unaligned accesses to preserve the
911 bool "Emulate unaligned access where system support is missing"
914 If unaligned memory accesses trap into the kernel as they are not
915 supported by the system, the kernel will emulate the unaligned
917 unaligned accesses, the unaligned accesses are assumed to be slow.
920 bool "Assume the system supports slow unaligned memory accesses"
923 Assume that the system supports slow unaligned memory accesses. The
925 that do not support unaligned memory accesses.
928 bool "Assume the system supports fast unaligned memory accesses"
933 Assume that the system supports fast unaligned memory accesses. When
937 support efficient unaligned memory accesses.
942 prompt "Vector unaligned Accesses Support"
946 This determines the level of support for vector unaligned accesses. This
952 bool "Probe speed of vector unaligned accesses"
957 speed of vector unaligned accesses if they are supported. This probing
958 will dynamically determine the speed of vector unaligned accesses on
962 bool "Assume the system supports slow vector unaligned memory accesses"
965 Assume that the system supports slow vector unaligned memory accesses. The
967 that do not support unaligned memory accesses.
970 bool "Assume the system supports fast vector unaligned memory accesses"
973 Assume that the system supports fast vector unaligned memory accesses. When
977 support efficient unaligned memory accesses.