| /openbmc/qemu/tests/tcg/s390x/ |
| H A D | pgm-specification.mak | 6 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 D | clrl-unaligned.S | 8 clrl %r1,unaligned 15 unaligned: label
|
| H A D | lrl-unaligned.S | 8 lrl %r1,unaligned 15 unaligned: label
|
| H A D | llgfrl-unaligned.S | 8 llgfrl %r1,unaligned 15 unaligned: label
|
| H A D | crl-unaligned.S | 8 crl %r1,unaligned 15 unaligned: label
|
| H A D | strl-unaligned.S | 8 strl %r1,unaligned 15 unaligned: label
|
| H A D | stgrl-unaligned.S | 8 stgrl %r1,unaligned 15 unaligned: label
|
| H A D | cgrl-unaligned.S | 8 cgrl %r1,unaligned 15 unaligned: label
|
| H A D | lgrl-unaligned.S | 8 lgrl %r1,unaligned 15 unaligned: label
|
| H A D | lpswe-unaligned.S | 8 larl %r1,unaligned 17 unaligned: label
|
| /openbmc/u-boot/doc/ |
| H A D | README.unaligned-memory-access.txt | 9 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 D | README.displaying-bmps | 4 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 D | 060.out | 124 === 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 D | 241.out | 3 === 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 D | yyjson_0.11.1.bb | 14 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 D | config.mk | 6 PLATFORM_CPPFLAGS += -mno-unaligned-access
|
| /openbmc/u-boot/arch/sh/include/asm/ |
| H A D | unaligned-sh4a.h | 26 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 D | config.mk | 10 PF_NO_UNALIGNED := $(call cc-option, -mno-unaligned-access,)
|
| /openbmc/qemu/hw/usb/ |
| H A D | chipidea.c | 47 .unaligned = false, 88 .unaligned = false,
|
| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera/ |
| H A D | libcamera_%.bbappend | 3 CXXFLAGS:append:rpi = " -Wno-unaligned-access "
|
| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | efi_selftest_unaligned.c | 62 EFI_UNIT_TEST(unaligned) = {
|
| /openbmc/u-boot/doc/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
|
| /openbmc/qemu/hw/cxl/ |
| H A D | cxl-device-utils.c | 254 .unaligned = false, 269 .unaligned = false, 284 .unaligned = false, 299 .unaligned = false,
|
| /openbmc/qemu/hw/nvram/ |
| H A D | aspeed_otp.c | 142 .valid.unaligned = true, 143 .impl.unaligned = true
|
| /openbmc/qemu/rust/qemu-api/src/ |
| H A D | memory.rs | 101 self.0.valid.unaligned = true; in valid_unaligned() 114 self.0.impl_.unaligned = true; in impl_unaligned()
|