Searched refs:misaligned (Results 1 - 16 of 16) sorted by relevance

/linux-master/arch/alpha/lib/
H A Dstrlen.S25 ldq_u $1, 0($16) # load first quadword ($16 may be misaligned)
H A Dstrcat.S23 ldq_u $1, 0($16) # load first quadword (a0 may be misaligned)
H A Dev67-strcat.S35 ldq_u $1, 0($16) # L : load first quadword (a0 may be misaligned)
H A Dev67-strlen.S29 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned)
H A Dstrncat.S28 ldq_u $1, 0($16) # load first quadword ($16 may be 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
H A Dev6-clear_user.S57 and $1, 7, $2 # .. .. E .. : number of misaligned bytes in tail
65 * This means $16 is known to be misaligned
69 mskql $5, $16, $5 # .. U .. .. : take care of misaligned head
H A Dev6-memcpy.S39 bne $1, $misaligned # U : Nope - gotta do this the slow way
181 $misaligned:
/linux-master/arch/nios2/kernel/
H A DMakefile26 obj-$(CONFIG_NIOS2_ALIGNMENT_TRAP) += misaligned.o
/linux-master/block/
H A Dblk-settings.c216 lim->misaligned = 0;
578 * Some devices are naturally misaligned to compensate for things like
587 q->limits.misaligned = 0;
742 * queue_limits will have the misaligned flag set to indicate that
773 t->misaligned |= b->misaligned;
788 t->misaligned = 1;
810 t->misaligned = 1;
817 t->misaligned = 1;
824 t->misaligned
[all...]
/linux-master/drivers/dma/
H A Dpxa_dma.c89 bool misaligned; member in struct:pxad_desc_sw
112 bool misaligned; member in struct:pxad_chan
450 static void phy_enable(struct pxad_phy *phy, bool misaligned) argument
459 "%s(); phy=%p(%d) misaligned=%d\n", __func__,
460 phy, phy->idx, misaligned);
469 if (misaligned)
512 phy_enable(chan->phy, chan->misaligned);
571 to_pxad_sw_desc(vd)->misaligned)
652 chan->misaligned =
809 if (chan->misaligned || !to_pxad_sw_des
[all...]
/linux-master/arch/sh/lib/
H A Dchecksum.S162 ! Check if the buffer was misaligned, if so realign sum
/linux-master/arch/arm/kernel/
H A Dhead.S581 THUMB( mov r6, r6, lsr #16 ) @ to be robust against misaligned r0.
/linux-master/include/linux/
H A Dblkdev.h309 unsigned char misaligned; member in struct:queue_limits
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c5745 unsigned offset, pte_size, misaligned; local
5757 misaligned = (offset ^ (offset + bytes - 1)) & ~(pte_size - 1);
5758 misaligned |= bytes < 4;
5760 return misaligned;
7400 * misaligned address regardless of memory attributes.
7422 * create a hugepage if the slot size is misaligned.

Completed in 183 milliseconds