Searched refs:misaligned (Results 1 – 13 of 13) sorted by relevance
248 int misaligned = ((size_t)ptr) & (MALLOC_ALIGNMENT - 1); in cvmx_add_arena() local249 if (misaligned) in cvmx_add_arena()251 ptr = (char*)ptr + MALLOC_ALIGNMENT - misaligned; in cvmx_add_arena()252 size -= MALLOC_ALIGNMENT - misaligned; in cvmx_add_arena()
29 UBSAN_CHECK(MisalignedPointerUse, "misaligned-pointer-use", "alignment")
48 - Fix possibly misaligned reads and writes when endian.h is uses or when
276 "misaligned atomic operation may incur "
77 # residing inside an `ar' archive could be at misaligned memory
175 def FeatureLdsMisalignedBug : SubtargetFeature<"lds-misaligned-bug",
197 def FeatureSlowMisaligned128Store : SubtargetFeature<"slow-misaligned-128store",
340 data was misaligned, we used memmove to move the data back to the front
1147 - Fix bugs in the autoconf misaligned accesses code fragment.1170 - Use autoconf to detect architectures that can't handle misaligned
877 - Use autoconf to detect architectures that can't handle misaligned
387 - that tolerate misaligned memory references
11356 structures - even though the hardware itself may support misaligned 12058 Fixed a problem where individual resource descriptors were misaligned