Home
last modified time | relevance | path

Searched refs:misaligned (Results 1 – 25 of 28) sorted by relevance

12

/linux/Documentation/arch/arm/
H A Dmem_alignment.rst5 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/arch/nios2/kernel/
H A DMakefile26 obj-$(CONFIG_NIOS2_ALIGNMENT_TRAP) += misaligned.o
/linux/arch/alpha/lib/
H A Dev67-strlen.S29 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned)
H A Dev67-strcat.S35 ldq_u $1, 0($16) # L : load first quadword (a0 may be misaligned)
H A Dstrcat.S23 ldq_u $1, 0($16) # load first quadword (a0 may be misaligned)
H A Dstrlen.S25 ldq_u $1, 0($16) # load first quadword ($16 may be misaligned)
H A Dev6-clear_user.S57 and $1, 7, $2 # .. .. E .. : number of misaligned bytes in tail
69 mskql $5, $16, $5 # .. U .. .. : take care of misaligned head
H A Dstrncat.S28 ldq_u $1, 0($16) # load first quadword ($16 may be misaligned)
H A Dev6-memcpy.S39 bne $1, $misaligned # U : Nope - gotta do this the slow way
181 $misaligned:
H A Dev67-strncat.S37 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned)
H A Dclear_user.S81 mskql $5, $16, $5 # e0 : take care of misaligned head
/linux/arch/m68k/ifpsp060/
H A DCHANGES86 bit 27 = 1 (misaligned bit)
108 bit 27 = 0 (misaligned bit)
H A Disp.doc46 cas (w/ a misaligned effective address)
174 The instructions "cas2" and "cas" (when used with a misaligned effective
/linux/scripts/coccinelle/misc/
H A Dcond_no_effect.cocci26 // /* misaligned */
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_capture.c1008 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/Documentation/core-api/
H A Dprintk-index.rst50 <5> block/blk-settings.c:661 disk_stack_limits "%s: Warning: Device %s is misaligned\n"
/linux/lib/
H A DKconfig.ubsan152 bool "Perform checking for misaligned pointer usage"
/linux/Documentation/sphinx/
H A Dkerneldoc-preamble.sty178 % For CJK ascii-art alignment (still misaligned for Hangul)
/linux/arch/arm/kernel/
H A Dhead.S589 THUMB( mov r6, r6, lsr #16 ) @ to be robust against misaligned r0.
/linux/arch/riscv/
H A DKconfig873 Embed support for detecting and emulating misaligned
881 Embed support for emulating misaligned loads and stores.
888 Enable detecting support for vector misaligned loads and stores.
/linux/arch/arc/
H A DKconfig510 This enables misaligned 16 & 32 bit memory access from user space.
/linux/arch/x86/kvm/mmu/
H A Dmmu.c5855 unsigned offset, pte_size, misaligned; in detect_write_misaligned() local
5867 misaligned = (offset ^ (offset + bytes - 1)) & ~(pte_size - 1); in detect_write_misaligned()
5868 misaligned |= bytes < 4; in detect_write_misaligned()
5870 return misaligned; in detect_write_misaligned()
/linux/Documentation/scsi/
H A DChangeLog.megaraid89 Root Cause: in uioc_t structure, one of member had misaligned and it
/linux/Documentation/bpf/
H A Dverifier.rst739 misaligned access off 4 size 8
/linux/tools/memory-model/Documentation/
H A Dlitmus-tests.txt984 and neither are misaligned or partially overlapping accesses.

12