Lines Matching refs:unaligned

925 	  This determines the level of support for unaligned accesses. This
931 bool "Probe for hardware unaligned access support"
935 speed of unaligned accesses. This probing will dynamically determine
936 the speed of unaligned accesses on the underlying system. If unaligned
938 system, the kernel will emulate the unaligned accesses to preserve the
942 bool "Emulate unaligned access where system support is missing"
945 If unaligned memory accesses trap into the kernel as they are not
946 supported by the system, the kernel will emulate the unaligned
948 unaligned accesses, the unaligned accesses are assumed to be slow.
951 bool "Assume the system supports slow unaligned memory accesses"
954 Assume that the system supports slow unaligned memory accesses. The
956 that do not support unaligned memory accesses.
959 bool "Assume the system supports fast unaligned memory accesses"
964 Assume that the system supports fast unaligned memory accesses. When
968 support efficient unaligned memory accesses.
973 prompt "Vector unaligned Accesses Support"
977 This determines the level of support for vector unaligned accesses. This
983 bool "Probe speed of vector unaligned accesses"
988 speed of vector unaligned accesses if they are supported. This probing
989 will dynamically determine the speed of vector unaligned accesses on
993 bool "Assume the system supports slow vector unaligned memory accesses"
996 Assume that the system supports slow vector unaligned memory accesses. The
998 that do not support unaligned memory accesses.
1001 bool "Assume the system supports fast vector unaligned memory accesses"
1004 Assume that the system supports fast vector unaligned memory accesses. When
1008 support efficient unaligned memory accesses.