| /linux-6.15/drivers/dma/ |
| H A D | pxa_dma.c | 90 bool misaligned; member 113 bool misaligned; member 460 phy, phy->idx, misaligned); in phy_enable() 469 if (misaligned) in phy_enable() 512 phy_enable(chan->phy, chan->misaligned); in pxad_launch_chan() 571 to_pxad_sw_desc(vd)->misaligned) in pxad_try_hotchain() 652 chan->misaligned = in pxad_chan_handler() 809 if (chan->misaligned || !to_pxad_sw_desc(vd)->misaligned) in pxad_tx_submit() 818 chan->misaligned |= to_pxad_sw_desc(vd)->misaligned; in pxad_tx_submit() 944 sw_desc->misaligned = true; in pxad_prep_memcpy() [all …]
|
| /linux-6.15/arch/nios2/kernel/ |
| H A D | Makefile | 26 obj-$(CONFIG_NIOS2_ALIGNMENT_TRAP) += misaligned.o
|
| /linux-6.15/arch/alpha/lib/ |
| H A D | ev67-strlen.S | 29 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned)
|
| H A D | ev67-strcat.S | 35 ldq_u $1, 0($16) # L : load first quadword (a0 may be misaligned)
|
| H A D | strcat.S | 23 ldq_u $1, 0($16) # load first quadword (a0 may be misaligned)
|
| H A D | strlen.S | 25 ldq_u $1, 0($16) # load first quadword ($16 may be misaligned)
|
| H A D | strncat.S | 28 ldq_u $1, 0($16) # load first quadword ($16 may be misaligned)
|
| H A D | ev6-clear_user.S | 57 and $1, 7, $2 # .. .. E .. : number of misaligned bytes in tail 69 mskql $5, $16, $5 # .. U .. .. : take care of misaligned head
|
| H A D | ev67-strncat.S | 37 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned)
|
| H A D | ev6-memcpy.S | 39 bne $1, $misaligned # U : Nope - gotta do this the slow way 181 $misaligned:
|
| H A D | clear_user.S | 81 mskql $5, $16, $5 # e0 : take care of misaligned head
|
| /linux-6.15/Documentation/arch/riscv/ |
| H A D | hwprobe.rst | 279 the performance of misaligned scalar native word accesses on the selected set 283 misaligned scalar accesses is unknown. 299 accesses are not supported at all and will generate a misaligned address 311 performance of misaligned vector accesses on the selected set of processors. 313 * :c:macro:`RISCV_HWPROBE_MISALIGNED_VECTOR_UNKNOWN`: The performance of misaligned 316 * :c:macro:`RISCV_HWPROBE_MISALIGNED_VECTOR_SLOW`: 32-bit misaligned accesses using vector 320 * :c:macro:`RISCV_HWPROBE_MISALIGNED_VECTOR_FAST`: 32-bit misaligned accesses using vector 324 not supported at all and will generate a misaligned address fault.
|
| /linux-6.15/drivers/staging/gpib/ |
| H A D | TODO | 6 - sometimes they are misaligned
|
| /linux-6.15/Documentation/arch/arm/ |
| H A D | mem_alignment.rst | 5 Too many problems popped up because of unnoticed misaligned memory access in 16 alignment trap can fixup misaligned access for the exception cases, but at
|
| /linux-6.15/arch/m68k/ifpsp060/ |
| H A D | CHANGES | 86 bit 27 = 1 (misaligned bit) 108 bit 27 = 0 (misaligned bit)
|
| H A D | isp.doc | 46 cas (w/ a misaligned effective address) 174 The instructions "cas2" and "cas" (when used with a misaligned effective
|
| /linux-6.15/scripts/coccinelle/misc/ |
| H A D | cond_no_effect.cocci | 26 // /* misaligned */
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_guc_capture.c | 1008 int misaligned; in guc_capture_log_remove_bytes() local 1011 misaligned = avail % sizeof(u32); in guc_capture_log_remove_bytes() 1022 copy_size = avail < bytes_needed ? avail - misaligned : bytes_needed; in guc_capture_log_remove_bytes() 1029 if (misaligned) in guc_capture_log_remove_bytes()
|
| /linux-6.15/Documentation/core-api/ |
| H A D | printk-index.rst | 50 <5> block/blk-settings.c:661 disk_stack_limits "%s: Warning: Device %s is misaligned\n"
|
| /linux-6.15/lib/ |
| H A D | Kconfig.ubsan | 152 bool "Perform checking for misaligned pointer usage"
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | head.S | 589 THUMB( mov r6, r6, lsr #16 ) @ to be robust against misaligned r0.
|
| /linux-6.15/Documentation/sphinx/ |
| H A D | kerneldoc-preamble.sty | 178 % For CJK ascii-art alignment (still misaligned for Hangul)
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-arm-spe.txt | 164 bit 11 - misaligned access
|
| /linux-6.15/arch/riscv/ |
| H A D | Kconfig | 904 Embed support for detecting and emulating misaligned 912 Embed support for emulating misaligned loads and stores. 919 Enable detecting support for vector misaligned loads and stores.
|
| /linux-6.15/arch/arc/ |
| H A D | Kconfig | 510 This enables misaligned 16 & 32 bit memory access from user space.
|