Home
last modified time | relevance | path

Searched full:unaligned (Results 1 – 25 of 527) sorted by relevance

12345678910>>...22

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h29 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> in readNext()
91 template <typename value_type, std::size_t alignment = unaligned> in write()
108 template <typename value_type, std::size_t alignment = unaligned,
116 std::size_t alignment = unaligned, typename CharT> in readAtBitAlignment()
282 unaligned>;
285 unaligned>;
288 unaligned>;
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp
/freebsd-src/sys/ofed/include/rdma/
H A Dib_hdrs.h53 #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-src/contrib/libpcap/
H A Dextract.h65 * 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-src/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dcommon_interface_defs.h66 // in unaligned loads/stores. To find such bugs reliably, you need to replace
67 // plain unaligned loads/stores with these calls.
69 /// Loads a 16-bit unaligned value.
71 /// \param p Pointer to unaligned memory.
76 /// Loads a 32-bit unaligned value.
78 /// \param p Pointer to unaligned memory.
83 /// Loads a 64-bit unaligned value.
85 /// \param p Pointer to unaligned memory.
90 /// Stores a 16-bit unaligned value.
92 /// \param p Pointer to unaligned memory.
[all …]
/freebsd-src/contrib/xz/src/common/
H A Dtuklib_integer.h12 /// - Unaligned native endian reads: readXXne(ptr)
13 /// - Unaligned native endian writes: writeXXne(ptr, num)
22 /// - Unaligned reads: readXXYe(ptr)
23 /// - Unaligned writes: writeXXYe(ptr, num)
203 // Unaligned reads and writes //
212 // With unaligned pointers it's even worse: compilers may emit vector
214 // instructions work with unaligned pointers.
216 // Using memcpy() is the standard compliant way to do unaligned access.
233 // MSVC uses unaligned access with the memcpy() method but emits byte-by-byte
236 // Conclusion: The memcpy() method is the best choice when unaligned acces
[all...]
/freebsd-src/contrib/tcpdump/
H A Dextract.h35 * 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 load
[all...]
H A Dmachdep.c36 * On platforms where the CPU doesn't support unaligned loads, force
37 * unaligned accesses to abort with SIGBUS, rather than being fixed
/freebsd-src/tests/sys/netpfil/pf/
H A Dscrub_pass.sh45 # And unaligned
47 --send-tcpopt-unaligned
70 # And unaligned
72 --send-tcpopt-unaligned
H A Dscrub_compat.sh45 # And unaligned
47 --send-tcpopt-unaligned
70 # And unaligned
72 --send-tcpopt-unaligned
H A Dscrub.sh44 # And unaligned
46 --send-tcpopt-unaligned
69 # And unaligned
71 --send-tcpopt-unaligned
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h
/freebsd-src/sys/contrib/device-tree/Bindings/pci/
H A Dti-pci.txt36 - 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-src/lib/libpmc/pmu-events/arch/arm64/
H A Drecommended.json195 "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 Darmv8-recommended.json195 "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-src/lib/libc/arm/string/
H A Dmemmove.S70 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-src/contrib/netbsd-tests/lib/csu/
H A Dh_initfini_common.cxx17 static const char msg2[] = "stack unaligned \n"; in Test()
29 static const char msg2[] = "stack unaligned \n"; in ~Test()
/freebsd-src/contrib/netbsd-tests/lib/csu/dso/
H A Dh_initfini3_dso.cxx17 static const char msg2[] = "stack unaligned \n"; in Test2()
29 static const char msg2[] = "stack unaligned \n"; in ~Test2()
/freebsd-src/sys/contrib/device-tree/Bindings/mtd/
H A Dmtd-physmap.txt19 - 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 Dmtd-physmap.yaml84 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-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DFormatUtil.h110 T, llvm::endianness::little, support::unaligned>> {
112 T, llvm::endianness::little, support::unaligned>;
125 T, llvm::endianness::little, support::unaligned> in fmtle()
/freebsd-src/contrib/netbsd-tests/lib/libc/gen/
H A Dt_siginfo.c445 "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-src/sys/contrib/openzfs/module/icp/asm-arm/sha2/
H A Dsha512-armv7.S513 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-src/contrib/netbsd-tests/net/in_cksum/
H A Dt_in_cksum.sh49 atf_set "descr" "Test in_cksum mbuf chains unaligned"
65 atf_set "descr" "Test in_cksum sizes unaligned"

12345678910>>...22