Searched full:unaligned (Results 1 – 25 of 27) sorted by relevance
12
| /Documentation/core-api/ |
| D | unaligned-memory-access.rst | 2 Unaligned Memory Accesses 15 unaligned accesses, why you need to write code that doesn't cause them, 19 The definition of an unaligned access 22 Unaligned memory accesses occur when you try to read N bytes of data starting 25 reading 4 bytes of data from address 0x10005 would be an unaligned memory 52 Why unaligned access is bad 55 The effects of performing an unaligned memory access vary from architecture 59 - Some architectures are able to perform unaligned memory accesses 61 - Some architectures raise processor exceptions when unaligned accesses 62 happen. The exception handler is able to correct the unaligned access, [all …]
|
| D | index.rst | 104 unaligned-memory-access
|
| /Documentation/arch/arm/ |
| D | mem_alignment.rst | 14 unaligned memory access in general. If those access are predictable, you 15 are better to use the macros provided by include/linux/unaligned.h. The 20 trap to SIGBUS any code performing unaligned access (good for debugging bad 27 real bad - it changes the behaviour of all unaligned instructions in user 36 0 A user process performing an unaligned memory access 42 performing the unaligned access. This is of course 47 performing the unaligned access. 59 information on unaligned access occurrences plus the current mode of
|
| /Documentation/devicetree/bindings/pci/ |
| 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
|
| /Documentation/netlink/specs/ |
| D | ovs_datapath.yaml | 26 name: unaligned 27 doc: Allow last Netlink attribute to be unaligned
|
| /Documentation/devicetree/bindings/mtd/ |
| 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
|
| /Documentation/dev-tools/ |
| D | ubsan.rst | 68 Detection of unaligned accesses controlled through the separate option - 70 unaligned accesses (CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y). One could
|
| /Documentation/translations/zh_CN/core-api/ |
| D | unaligned-memory-access.rst | 3 :Original: Documentation/core-api/unaligned-memory-access.rst 178 避免非对齐访问的最简单方法是使用<linux/unaligned.h>头文件提供的get_unaligned()和
|
| D | index.rst | 111 unaligned-memory-access
|
| /Documentation/translations/zh_CN/process/ |
| D | index.rst | 87 ../core-api/unaligned-memory-access
|
| /Documentation/driver-api/pldmfw/ |
| D | index.rst | 50 unaligned access of multi-byte fields, and to properly convert from Little
|
| /Documentation/driver-api/dmaengine/ |
| D | pxa_dma.rst | 154 - a driver submitted an unaligned tx4 => tx4 is put in submitted queue, 188 restarted in "unaligned mode" to handle tx4.
|
| /Documentation/filesystems/ |
| D | zonefs.rst | 198 * Unaligned write errors: These errors result from the host issuing write 201 enforces sequential file write for sequential zones, unaligned write errors 206 become unaligned and fail. 211 Similarly to the previous immediate unaligned write error case, delayed write 218 vs write) and on the reason for the error (bad sector, unaligned writes or zone
|
| D | fiemap.rst | 115 worry about all present and future flags which might imply unaligned
|
| D | erofs.rst | 73 - Support tailpacking inline compared to byte-addressed unaligned metadata
|
| /Documentation/admin-guide/sysctl/ |
| D | kernel.rst | 474 ignore-unaligned-usertrap 477 On architectures where unaligned accesses cause traps, and where this 480 unaligned traps are logged. 483 0 Log all unaligned accesses. 488 See also `unaligned-trap`_. 1588 unaligned-trap 1591 On architectures where unaligned accesses cause traps, and where this 1593 ``arc``, ``parisc`` and ``loongarch``), controls whether unaligned traps 1597 0 Do not emulate unaligned accesses. 1598 1 Emulate unaligned accesses. This is the default setting. [all …]
|
| /Documentation/filesystems/iomap/ |
| D | operations.rst | 411 This can be used by filesystems with complex unaligned I/O 412 write paths to provide an optimised fast path for unaligned writes. 418 to the unaligned I/O range so that it can perform allocation and 514 the unaligned regions without exposing stale contents.
|
| /Documentation/userspace-api/netlink/ |
| D | specs.rst | 412 is only aligned to 4B, so the full 64 bit value may be unaligned! 431 that the user space is able to deal with unaligned values.
|
| /Documentation/scsi/ |
| D | ChangeLog.megaraid | 85 3. One member in the data structure of the driver leads to unaligned 87 Customer reported "kernel unaligned access address" issue when 106 > kernel: kernel unaligned access to 0xe0000001fe1080d4,
|
| D | ChangeLog.sym53c8xx | 14 - Fix an unaligned LOAD from scripts (was used as dummy read).
|
| /Documentation/admin-guide/device-mapper/ |
| D | dm-zoned.rst | 107 unaligned writes to unbuffered chunks become impossible. To avoid this
|
| D | verity.rst | 189 this entry and any unaligned trailing space is ignored but included when
|
| /Documentation/crypto/ |
| D | devel-algos.rst | 117 process requests that are unaligned. This implies, however, additional
|
| /Documentation/virt/kvm/x86/ |
| D | mmu.rst | 462 a large spte. The frames at the end of an unaligned memory slot have
|
| /Documentation/driver-api/mmc/ |
| D | mmc-test.rst | 174 | | | handles unaligned data transfers. |
|
12