Home
last modified time | relevance | path

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

12

/Documentation/core-api/
Dunaligned-memory-access.rst2 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 …]
Dindex.rst104 unaligned-memory-access
/Documentation/arch/arm/
Dmem_alignment.rst14 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/
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
/Documentation/netlink/specs/
Dovs_datapath.yaml26 name: unaligned
27 doc: Allow last Netlink attribute to be unaligned
/Documentation/devicetree/bindings/mtd/
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
/Documentation/dev-tools/
Dubsan.rst68 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/
Dunaligned-memory-access.rst3 :Original: Documentation/core-api/unaligned-memory-access.rst
178 避免非对齐访问的最简单方法是使用<linux/unaligned.h>头文件提供的get_unaligned()和
Dindex.rst111 unaligned-memory-access
/Documentation/translations/zh_CN/process/
Dindex.rst87 ../core-api/unaligned-memory-access
/Documentation/driver-api/pldmfw/
Dindex.rst50 unaligned access of multi-byte fields, and to properly convert from Little
/Documentation/driver-api/dmaengine/
Dpxa_dma.rst154 - a driver submitted an unaligned tx4 => tx4 is put in submitted queue,
188 restarted in "unaligned mode" to handle tx4.
/Documentation/filesystems/
Dzonefs.rst198 * 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
Dfiemap.rst115 worry about all present and future flags which might imply unaligned
Derofs.rst73 - Support tailpacking inline compared to byte-addressed unaligned metadata
/Documentation/admin-guide/sysctl/
Dkernel.rst474 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/
Doperations.rst411 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/
Dspecs.rst412 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/
DChangeLog.megaraid85 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,
DChangeLog.sym53c8xx14 - Fix an unaligned LOAD from scripts (was used as dummy read).
/Documentation/admin-guide/device-mapper/
Ddm-zoned.rst107 unaligned writes to unbuffered chunks become impossible. To avoid this
Dverity.rst189 this entry and any unaligned trailing space is ignored but included when
/Documentation/crypto/
Ddevel-algos.rst117 process requests that are unaligned. This implies, however, additional
/Documentation/virt/kvm/x86/
Dmmu.rst462 a large spte. The frames at the end of an unaligned memory slot have
/Documentation/driver-api/mmc/
Dmmc-test.rst174 | | | handles unaligned data transfers. |

12