/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Endian.h | 29 enum {aligned = 0, unaligned = 1}; enumerator 57 template <typename value_type, std::size_t alignment = unaligned> 75 template <typename value_type, std::size_t alignment = unaligned, 85 std::size_t alignment = unaligned, typename CharT> 91 template <typename value_type, std::size_t alignment = unaligned> 108 template <typename value_type, std::size_t alignment = unaligned, 116 std::size_t alignment = unaligned, typename CharT> 282 unaligned>; 285 unaligned>; 288 unaligned>; [all …]
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_hdrs.h | 53 #include <asm/unaligned.h> 80 __be64 vaddr; /* potentially unaligned */ 86 __be64 vaddr; /* potentially unaligned */ 88 __be64 swap_data; /* potentially unaligned */ 89 __be64 compare_data; /* potentially unaligned */ 103 __be64 atomic_ack_eth; /* potentially unaligned */ 127 /* accessors for unaligned __be64 items */
|
/freebsd/contrib/libpcap/ |
H A D | extract.h | 65 * The processor natively handles unaligned loads, so we can just 70 * unaligned accesses if the target is the 68000 or 68010? 119 * This is MIPS or Alpha, which don't natively handle unaligned loads, 120 * but which have instructions that can help when doing unaligned 129 * __attribute__((packed)) causes the compiler to generate unaligned-safe 133 * instructions to do an unaligned load and pass stuff to "ntohs()" or 148 * "#pragma unaligned N" in version A.05.50 and later, where "N" 155 * to define unaligned_uint16_t as a 16-bit unaligned data type. 163 * compiler to generate code that does unaligned loads and stores when 167 * __attribute__((packed))? How can we get it to generate unaligned [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGenData/ |
H A D | OutlinedHashTreeRecord.cpp | 77 endian::readNext<uint32_t, endianness::little, unaligned>(Ptr); in deserialize() 80 auto Id = endian::readNext<uint32_t, endianness::little, unaligned>(Ptr); in deserialize() 83 endian::readNext<uint64_t, endianness::little, unaligned>(Ptr); in deserialize() 85 endian::readNext<uint32_t, endianness::little, unaligned>(Ptr); in deserialize() 87 endian::readNext<uint32_t, endianness::little, unaligned>(Ptr); in deserialize() 90 endian::readNext<uint32_t, endianness::little, unaligned>(Ptr)); in deserialize()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/ |
H A D | dio_aligned_block.ksh | 50 log_assert "Verify the number direct/buffered requests for unaligned access" 77 # sub-blocksize unaligned writes which do not span blocks. 83 # large unaligned writes which span multiple blocks 105 # sub-blocksize unaligned reads which do not span blocks. 111 # large unaligned reads which span multiple blocks
|
/freebsd/contrib/tcpdump/ |
H A D | extract.h | 35 * Inline functions or macros to extract possibly-unaligned big-endian 77 * The processor natively handles unaligned loads, so we can just 82 * unaligned accesses if the target is the 68000 or 68010? 141 * This is MIPS or Alpha, which don't natively handle unaligned loads, 142 * but which have instructions that can help when doing unaligned 151 * __attribute__((packed)) causes the compiler to generate unaligned-safe 155 * instructions to do an unaligned load and pass stuff to "ntohs()" or 170 * "#pragma unaligned N" in version A.05.50 and later, where "N" 177 * to define unaligned_uint16_t as a 16-bit unaligned data type. 185 * compiler to generate code that does unaligned loads and stores when [all …]
|
H A D | machdep.c | 36 * On platforms where the CPU doesn't support unaligned loads, force 37 * unaligned accesses to abort with SIGBUS, rather than being fixed
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | scrub_pass.sh | 45 # And unaligned 47 --send-tcpopt-unaligned 70 # And unaligned 72 --send-tcpopt-unaligned
|
H A D | scrub.sh | 44 # And unaligned 46 --send-tcpopt-unaligned 69 # And unaligned 71 --send-tcpopt-unaligned
|
H A D | scrub_compat.sh | 45 # And unaligned 47 --send-tcpopt-unaligned 70 # And unaligned 72 --send-tcpopt-unaligned
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | ti-pci.txt | 36 - ti,syscon-unaligned-access: phandle to the syscon DT node. The 1st argument 39 for setting the bit to enable unaligned 54 - ti,syscon-unaligned-access: phandle to the syscon DT node. The 1st argument 57 for setting the bit to enable unaligned
|
/freebsd/lib/libpmc/pmu-events/arch/arm64/ |
H A D | recommended.json | 195 "PublicDescription": "Unaligned access, read", 198 "BriefDescription": "Unaligned access, read" 201 "PublicDescription": "Unaligned access, write", 204 "BriefDescription": "Unaligned access, write" 207 "PublicDescription": "Unaligned access", 210 "BriefDescription": "Unaligned access"
|
H A D | armv8-recommended.json | 195 "PublicDescription": "Unaligned access, read", 198 "BriefDescription": "Unaligned access, read" 201 "PublicDescription": "Unaligned access, write", 204 "BriefDescription": "Unaligned access, write" 207 "PublicDescription": "Unaligned access", 210 "BriefDescription": "Unaligned access"
|
/freebsd/lib/libc/arm/string/ |
H A D | memmove.S | 70 bne .Lmemmove_fdestul /* oh unaligned destination addr */ 72 bne .Lmemmove_fsrcul /* oh unaligned source addr */ 141 /* erg - unaligned destination */ 161 /* erg - unaligned source */ 279 bne .Lmemmove_bdestul /* oh unaligned destination addr */ 281 bne .Lmemmove_bsrcul /* oh unaligned source addr */ 344 /* erg - unaligned destination */ 362 /* erg - unaligned source */
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/ |
H A D | RISCV.cpp | 178 // unaligned-scalar-mem is enabled if the CPU supports it or the target is in getRISCVTargetFeatures() 185 Features.push_back("+unaligned-scalar-mem"); in getRISCVTargetFeatures() 187 Features.push_back("-unaligned-scalar-mem"); in getRISCVTargetFeatures() 190 Features.push_back("+unaligned-scalar-mem"); in getRISCVTargetFeatures() 195 // unaligned-vector-mem is enabled if the CPU supports it or the target is in getRISCVTargetFeatures() 202 Features.push_back("+unaligned-vector-mem"); in getRISCVTargetFeatures() 204 Features.push_back("-unaligned-vector-mem"); in getRISCVTargetFeatures() 207 Features.push_back("+unaligned-vector-mem"); in getRISCVTargetFeatures()
|
/freebsd/contrib/netbsd-tests/lib/csu/dso/ |
H A D | h_initfini3_dso.cxx | 17 static const char msg2[] = "stack unaligned \n"; in Test2() 29 static const char msg2[] = "stack unaligned \n"; in ~Test2()
|
/freebsd/contrib/netbsd-tests/lib/csu/ |
H A D | h_initfini_common.cxx | 17 static const char msg2[] = "stack unaligned \n"; in Test() 29 static const char msg2[] = "stack unaligned \n"; in ~Test()
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | mtd-physmap.txt | 19 - no-unaligned-direct-access: boolean to disable the default direct 23 unaligned accesses as implemented in the JFFS2 code via memcpy(). 24 By defining "no-unaligned-direct-access", the flash will not be
|
H A D | mtd-physmap.yaml | 84 no-unaligned-direct-access: 90 with JFFS2 usage, as the local bus (LPB) doesn't support unaligned 92 "no-unaligned-direct-access", the flash will not be exposed directly to
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_siginfo.c | 445 "report the address where the unaligned access occured"); in sigbus_action() 472 atf_tc_skip("No SIGBUS signal for unaligned accesses"); in ATF_TC_BODY() 477 atf_tc_skip("No SIGBUS signal for unaligned accesses"); in ATF_TC_BODY() 495 atf_tc_expect_fail("QEMU fails to trap unaligned accesses"); in ATF_TC_BODY() 497 /* Force an unaligned access */ in ATF_TC_BODY() 499 printf("now trying to access unaligned address %p\n", addr); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | FormatUtil.h | 110 T, llvm::endianness::little, support::unaligned>> { 112 T, llvm::endianness::little, support::unaligned>; 125 T, llvm::endianness::little, support::unaligned>
|
/freebsd/sys/contrib/openzfs/module/icp/asm-arm/sha2/ |
H A D | sha512-armv7.S | 513 vld1.64 {d0},[r1]! @ handles unaligned 550 vld1.64 {d1},[r1]! @ handles unaligned 587 vld1.64 {d2},[r1]! @ handles unaligned 624 vld1.64 {d3},[r1]! @ handles unaligned 661 vld1.64 {d4},[r1]! @ handles unaligned 698 vld1.64 {d5},[r1]! @ handles unaligned 735 vld1.64 {d6},[r1]! @ handles unaligned 772 vld1.64 {d7},[r1]! @ handles unaligned 809 vld1.64 {d8},[r1]! @ handles unaligned 846 vld1.64 {d9},[r1]! @ handles unaligned [all …]
|
/freebsd/contrib/arm-optimized-routines/string/aarch64/ |
H A D | memcpy-sve.S | 10 * ARMv8-a, AArch64, Advanced SIMD, SVE, unaligned accesses. 37 from a single entry point. It uses unaligned accesses and branchless 46 The source pointer is 16-byte aligned to minimize unaligned accesses.
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | sha512-armv4.S | 558 vld1.64 {d0},[r1]! @ handles unaligned 595 vld1.64 {d1},[r1]! @ handles unaligned 632 vld1.64 {d2},[r1]! @ handles unaligned 669 vld1.64 {d3},[r1]! @ handles unaligned 706 vld1.64 {d4},[r1]! @ handles unaligned 743 vld1.64 {d5},[r1]! @ handles unaligned 780 vld1.64 {d6},[r1]! @ handles unaligned 817 vld1.64 {d7},[r1]! @ handles unaligned 854 vld1.64 {d8},[r1]! @ handles unaligned 891 vld1.64 {d9},[r1]! @ handles unaligned [all …]
|
/freebsd/contrib/netbsd-tests/net/in_cksum/ |
H A D | t_in_cksum.sh | 49 atf_set "descr" "Test in_cksum mbuf chains unaligned" 65 atf_set "descr" "Test in_cksum sizes unaligned"
|