| /freebsd/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_io.c | 56 * misaligned. 58 * misaligned and cannot be rounded down to an aligned non-zero value. 90 * @p nbytes are misaligned. 114 * @p nbytes are misaligned. 148 * @p nbytes are misaligned. 183 * misaligned.
|
| /freebsd/contrib/arm-optimized-routines/string/arm/ |
| H A D | memset.S | 48 @ Ok, so we're misaligned here 54 bne 1b @ go round again if still misaligned
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_handlers.h | 36 /// \brief Handle a runtime type check failure, caused by either a misaligned 48 /// caused by a misaligned pointer.
|
| H A D | ubsan_checks.inc | 29 UBSAN_CHECK(MisalignedPointerUse, "misaligned-pointer-use", "alignment")
|
| /freebsd/contrib/xz/src/liblzma/check/ |
| H A D | crc_clmul_consts_gen.c | 114 // in Barrett reduction won't be misaligned by one bit. We could in main() 148 // in Barrett reduction won't be misaligned by one bit. We could in main()
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/amdzen6/ |
| H A D | load-store.json | 11 …on": "Retired lock instructions which caused a bus lock (non-cacheable or cache-misaligned lock).", 300 "BriefDescription": "64B misaligned (cacheline crossing) loads.", 306 "BriefDescription": "4kB misaligned (page crossing) loads.",
|
| /freebsd/contrib/tcpdump/ |
| H A D | machdep.c | 38 * up (slowly) by the OS kernel; on those platforms, misaligned accesses
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreFrameLowering.cpp | 194 assert(SpillList[i].Offset % 4 == 0 && "Misaligned stack offset"); in RestoreSpillList() 244 assert(MFI.getStackSize()%4 == 0 && "Misaligned frame size"); in emitPrologue() 278 assert(SpillList[i].Offset % 4 == 0 && "Misaligned stack offset"); in emitPrologue() 352 assert(RemainingAdj%4 == 0 && "Misaligned frame size"); in emitEpilogue()
|
| /freebsd/tests/sys/vm/ |
| H A D | mlock_test.c | 212 "addr %p is misaligned", addr1); in ATF_TC_BODY() 217 "addr %p is misaligned", addr2); in ATF_TC_BODY()
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/amdzen3/ |
| H A D | memory.json | 294 "BriefDescription": "The number of 4KB misaligned (i.e., page crossing) loads.", 300 "BriefDescription": "The number of 64B misaligned (i.e., cacheline crossing) loads.",
|
| /freebsd/lib/libc/powerpc64/string/ |
| H A D | memcpy.S | 54 /* If src and dst are relatively misaligned, do byte copies. */
|
| /freebsd/lib/libc/amd64/string/ |
| H A D | strlen.S | 53 * Handle misaligned reads: align to 8 and fill
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/ |
| H A D | memory.json | 14 "BriefDescription": "Counts the number of misaligned load uops that are 4K page splits.", 25 "BriefDescription": "Counts the number of misaligned store uops that are 4K page splits.",
|
| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | CpuIo2.h | 62 EfiCpuIoWidthUint64 do not work. Misaligned buffers, on the other hand, will
|
| /freebsd/sys/arm64/iommu/ |
| H A D | iommu_pmap.c | 595 KASSERT((va & PAGE_MASK) == 0, ("va is misaligned")); in pmap_gpu_enter() 596 KASSERT((pa & PAGE_MASK) == 0, ("pa is misaligned")); in pmap_gpu_enter() 670 KASSERT((va & PAGE_MASK) == 0, ("va is misaligned")); in pmap_gpu_remove()
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/amdzen1/ |
| H A D | memory.json | 147 "BriefDescription": "Misaligned loads."
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/amdzen5/ |
| H A D | load-store.json | 294 "BriefDescription": "64B misaligned (cacheline crossing) loads.", 300 "BriefDescription": "4kB misaligned (page crossing) loads.",
|
| /freebsd/contrib/netbsd-tests/dev/cgd/ |
| H A D | t_cgd.sh | 132 # Check that cgd rejects misaligned buffers, produced by
|
| /freebsd/sys/riscv/riscv/ |
| H A D | copyinout.S | 74 bne t0, t1, 4f /* Misaligned. Go to byte copy */
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64CompressJumpTables.cpp | 122 assert(BlockOffset % 4 == 0 && "misaligned basic block"); in compressJumpTable()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | report.cpp | 141 Report.append("misaligned pointer when %s address %p\n", in reportMisalignedPointer()
|
| /freebsd/crypto/openssl/engines/asm/ |
| H A D | e_padlock-x86.pl | 21 # was measured to provide ~100% improvement on misaligned data in ECB 25 # misaligned data depends on misalignment and is either ~1.8x or 2.9x. 28 # might actually hurt performance in mixture of aligned and misaligned
|
| /freebsd/lib/libpmc/ |
| H A D | pmc.amd.3 | 259 .It Li k8-dc-misaligned-data-reference 261 Count misaligned data references.
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/meteorlake/ |
| H A D | memory.json | 344 "BriefDescription": "Counts misaligned loads that are 4K page splits.", 353 "BriefDescription": "Counts misaligned stores that are 4K page splits.",
|
| /freebsd/sys/i386/linux/ |
| H A D | imgact_linux.c | 127 * Currently we cannot handle misaligned file offsets, in exec_linux_imgact()
|