Home
last modified time | relevance | path

Searched refs:unaligned (Results 1 – 25 of 137) sorted by relevance

123456

/openbmc/qemu/tests/tcg/s390x/
H A Dpgm-specification.mak6 cgrl-unaligned \
7 clrl-unaligned \
8 crl-unaligned \
10 lgrl-unaligned \
11 llgfrl-unaligned \
12 lpswe-unaligned \
13 lrl-unaligned \
14 stgrl-unaligned \
15 strl-unaligned
H A Dclrl-unaligned.S8 clrl %r1,unaligned
15 unaligned: label
H A Dlrl-unaligned.S8 lrl %r1,unaligned
15 unaligned: label
H A Dllgfrl-unaligned.S8 llgfrl %r1,unaligned
15 unaligned: label
H A Dcrl-unaligned.S8 crl %r1,unaligned
15 unaligned: label
H A Dstrl-unaligned.S8 strl %r1,unaligned
15 unaligned: label
H A Dstgrl-unaligned.S8 stgrl %r1,unaligned
15 unaligned: label
H A Dcgrl-unaligned.S8 cgrl %r1,unaligned
15 unaligned: label
H A Dlgrl-unaligned.S8 lgrl %r1,unaligned
15 unaligned: label
H A Dlpswe-unaligned.S8 larl %r1,unaligned
17 unaligned: label
/openbmc/u-boot/doc/
H A DREADME.unaligned-memory-access.txt9 unaligned accesses, why you need to write code that doesn't cause them,
13 The definition of an unaligned access
19 reading 4 bytes of data from address 0x10005 would be an unaligned memory
46 Why unaligned access is bad
49 The effects of performing an unaligned memory access vary from architecture
53 - Some architectures are able to perform unaligned memory accesses
55 - Some architectures raise processor exceptions when unaligned accesses
56 happen. The exception handler is able to correct the unaligned access,
58 - Some architectures raise processor exceptions when unaligned accesses
60 unaligned access to be corrected.
[all …]
H A DREADME.displaying-bmps4 Some architectures cannot handle unaligned memory accesses, and an attempt to
24 the __u32 fields into unaligned addresses (in our example 0x80a00002,
/openbmc/qemu/tests/qemu-iotests/
H A D060.out124 === Testing unaligned L1 entry ===
129 qcow2: Marking image as corrupt: L2 table offset 0x42a00 unaligned (L1 index: 0); further corruptio…
134 qcow2: Marking image as corrupt: L2 table offset 0x42a00 unaligned (L1 index: 0); further corruptio…
137 === Testing unaligned L2 entry ===
142 qcow2: Marking image as corrupt: Cluster allocation offset 0x52a00 unaligned (L2 offset: 0x40000, L…
145 === Testing unaligned pre-allocated zero cluster ===
150 qcow2: Marking image as corrupt: Cluster allocation offset 0x52a00 unaligned (L2 offset: 0x40000, L…
153 === Testing unaligned reftable entry ===
156 qcow2: Marking image as corrupt: Refblock offset 0x22a00 unaligned (reftable index: 0); further cor…
164 qcow2: Image is corrupt: Cannot free unaligned cluster 0x52a00; further non-fatal corruption events…
[all …]
H A D241.out3 === Exporting unaligned raw image, natural alignment ===
14 === Exporting unaligned raw image, forced server sector alignment ===
27 === Exporting unaligned raw image, forced client sector alignment ===
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/yyjson/
H A Dyyjson_0.11.1.bb14 PACKAGECONFIG ??= "reader writer utils fast-fp-conv non-standard utf8-validation unaligned-memory-a…
21 PACKAGECONFIG[unaligned-memory-access] = "-DYYJSON_DISABLE_UNALIGNED_MEMORY_ACCESS=OFF,-DYYJSON_DIS…
/openbmc/u-boot/arch/arm/cpu/armv7m/
H A Dconfig.mk6 PLATFORM_CPPFLAGS += -mno-unaligned-access
/openbmc/u-boot/arch/sh/include/asm/
H A Dunaligned-sh4a.h26 unsigned long unaligned; in __get_unaligned_cpu32() local
30 : "=z" (unaligned) in __get_unaligned_cpu32()
34 return unaligned; in __get_unaligned_cpu32()
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dconfig.mk10 PF_NO_UNALIGNED := $(call cc-option, -mno-unaligned-access,)
/openbmc/qemu/hw/usb/
H A Dchipidea.c47 .unaligned = false,
88 .unaligned = false,
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera/
H A Dlibcamera_%.bbappend3 CXXFLAGS:append:rpi = " -Wno-unaligned-access "
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_unaligned.c62 EFI_UNIT_TEST(unaligned) = {
/openbmc/u-boot/doc/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
/openbmc/qemu/hw/cxl/
H A Dcxl-device-utils.c254 .unaligned = false,
269 .unaligned = false,
284 .unaligned = false,
299 .unaligned = false,
/openbmc/qemu/hw/nvram/
H A Daspeed_otp.c142 .valid.unaligned = true,
143 .impl.unaligned = true
/openbmc/qemu/rust/qemu-api/src/
H A Dmemory.rs101 self.0.valid.unaligned = true; in valid_unaligned()
114 self.0.impl_.unaligned = true; in impl_unaligned()

123456