Home
last modified time | relevance | path

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

12

/linux-6.1.9/block/
Dblk-settings.c57 lim->misaligned = 0; in blk_set_default_limits()
381 q->limits.misaligned = 0; in blk_queue_alignment_offset()
575 t->misaligned |= b->misaligned; in blk_stack_limits()
590 t->misaligned = 1; in blk_stack_limits()
612 t->misaligned = 1; in blk_stack_limits()
619 t->misaligned = 1; in blk_stack_limits()
626 t->misaligned = 1; in blk_stack_limits()
633 t->misaligned = 1; in blk_stack_limits()
647 t->misaligned = 1; in blk_stack_limits()
959 if (q->limits.misaligned) in bdev_alignment_offset()
/linux-6.1.9/drivers/dma/
Dpxa_dma.c90 bool misaligned; member
112 bool misaligned; member
450 static void phy_enable(struct pxad_phy *phy, bool misaligned) in phy_enable() argument
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()
808 if (chan->misaligned || !to_pxad_sw_desc(vd)->misaligned) in pxad_tx_submit()
817 chan->misaligned |= to_pxad_sw_desc(vd)->misaligned; in pxad_tx_submit()
[all …]
/linux-6.1.9/arch/nios2/kernel/
DMakefile26 obj-$(CONFIG_NIOS2_ALIGNMENT_TRAP) += misaligned.o
/linux-6.1.9/arch/alpha/lib/
Dev67-strlen.S29 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned)
Dev67-strcat.S35 ldq_u $1, 0($16) # L : load first quadword (a0 may be misaligned)
Dstrcat.S23 ldq_u $1, 0($16) # load first quadword (a0 may be misaligned)
Dstrlen.S25 ldq_u $1, 0($16) # load first quadword ($16 may be misaligned)
Dstrncat.S28 ldq_u $1, 0($16) # load first quadword ($16 may be misaligned)
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
Dev67-strncat.S37 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned)
Dev6-memcpy.S39 bne $1, $misaligned # U : Nope - gotta do this the slow way
181 $misaligned:
Dclear_user.S81 mskql $5, $16, $5 # e0 : take care of misaligned head
/linux-6.1.9/Documentation/arm/
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-6.1.9/arch/m68k/ifpsp060/
DCHANGES86 bit 27 = 1 (misaligned bit)
108 bit 27 = 0 (misaligned bit)
Disp.doc46 cas (w/ a misaligned effective address)
174 The instructions "cas2" and "cas" (when used with a misaligned effective
/linux-6.1.9/scripts/coccinelle/misc/
Dcond_no_effect.cocci26 // /* misaligned */
/linux-6.1.9/lib/
DKconfig.ubsan123 bool "Perform checking for misaligned pointer usage"
/linux-6.1.9/arch/sh/lib/
Dchecksum.S162 ! Check if the buffer was misaligned, if so realign sum
/linux-6.1.9/Documentation/core-api/
Dprintk-index.rst50 <5> block/blk-settings.c:661 disk_stack_limits "%s: Warning: Device %s is misaligned\n"
/linux-6.1.9/arch/arm/kernel/
Dhead.S581 THUMB( mov r6, r6, lsr #16 ) @ to be robust against misaligned r0.
/linux-6.1.9/Documentation/sphinx/
Dkerneldoc-preamble.sty183 % For CJK ascii-art alignment (still misaligned for Hangul)
/linux-6.1.9/tools/perf/Documentation/
Dperf-arm-spe.txt154 bit 11 - misaligned access
/linux-6.1.9/arch/arc/
DKconfig505 This enables misaligned 16 & 32 bit memory access from user space.
/linux-6.1.9/include/linux/
Dblkdev.h310 unsigned char misaligned; member
/linux-6.1.9/arch/x86/kvm/mmu/
Dmmu.c5429 unsigned offset, pte_size, misaligned; in detect_write_misaligned() local
5444 misaligned = (offset ^ (offset + bytes - 1)) & ~(pte_size - 1); in detect_write_misaligned()
5445 misaligned |= bytes < 4; in detect_write_misaligned()
5447 return misaligned; in detect_write_misaligned()

12