Home
last modified time | relevance | path

Searched full:misaligned (Results 1 – 25 of 182) sorted by relevance

12345678

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_io.c56 * 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 Dmemset.S48 @ 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 Dubsan_handlers.h36 /// \brief Handle a runtime type check failure, caused by either a misaligned
48 /// caused by a misaligned pointer.
H A Dubsan_checks.inc29 UBSAN_CHECK(MisalignedPointerUse, "misaligned-pointer-use", "alignment")
/freebsd/contrib/xz/src/liblzma/check/
H A Dcrc_clmul_consts_gen.c114 // 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 Dload-store.json11 …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 Dmachdep.c38 * up (slowly) by the OS kernel; on those platforms, misaligned accesses
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp194 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 Dmlock_test.c212 "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 Dmemory.json294 "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 Dmemcpy.S54 /* If src and dst are relatively misaligned, do byte copies. */
/freebsd/lib/libc/amd64/string/
H A Dstrlen.S53 * Handle misaligned reads: align to 8 and fill
/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/
H A Dmemory.json14 "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 DCpuIo2.h62 EfiCpuIoWidthUint64 do not work. Misaligned buffers, on the other hand, will
/freebsd/sys/arm64/iommu/
H A Diommu_pmap.c595 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 Dmemory.json147 "BriefDescription": "Misaligned loads."
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen5/
H A Dload-store.json294 "BriefDescription": "64B misaligned (cacheline crossing) loads.",
300 "BriefDescription": "4kB misaligned (page crossing) loads.",
/freebsd/contrib/netbsd-tests/dev/cgd/
H A Dt_cgd.sh132 # Check that cgd rejects misaligned buffers, produced by
/freebsd/sys/riscv/riscv/
H A Dcopyinout.S74 bne t0, t1, 4f /* Misaligned. Go to byte copy */
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp122 assert(BlockOffset % 4 == 0 && "misaligned basic block"); in compressJumpTable()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp141 Report.append("misaligned pointer when %s address %p\n", in reportMisalignedPointer()
/freebsd/crypto/openssl/engines/asm/
H A De_padlock-x86.pl21 # 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 Dpmc.amd.3259 .It Li k8-dc-misaligned-data-reference
261 Count misaligned data references.
/freebsd/lib/libpmc/pmu-events/arch/x86/meteorlake/
H A Dmemory.json344 "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 Dimgact_linux.c127 * Currently we cannot handle misaligned file offsets, in exec_linux_imgact()

12345678