Home
last modified time | relevance | path

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

12

/linux/block/
A Dblk-settings.c57 lim->misaligned = 0; in blk_set_default_limits()
382 q->limits.misaligned = 0; in blk_queue_alignment_offset()
544 t->misaligned |= b->misaligned; in blk_stack_limits()
559 t->misaligned = 1; in blk_stack_limits()
580 t->misaligned = 1; in blk_stack_limits()
587 t->misaligned = 1; in blk_stack_limits()
594 t->misaligned = 1; in blk_stack_limits()
601 t->misaligned = 1; in blk_stack_limits()
615 t->misaligned = 1; in blk_stack_limits()
/linux/drivers/dma/
A Dpxa_dma.c90 bool misaligned; member
112 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()
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()
950 sw_desc->misaligned = true; in pxad_prep_memcpy()
[all …]
/linux/drivers/net/ethernet/neterion/vxge/
A Dvxge-config.h1903 unsigned long misaligned = 0; in vxge_os_dma_malloc() local
1911 misaligned = (unsigned long)VXGE_ALIGN((unsigned long)vaddr, in vxge_os_dma_malloc()
1916 if (misaligned) { in vxge_os_dma_malloc()
1926 *(unsigned long *)p_dma_acch = misaligned; in vxge_os_dma_malloc()
1927 vaddr = (void *)((u8 *)vaddr + misaligned); in vxge_os_dma_malloc()
1934 unsigned long misaligned = *(unsigned long *)p_dma_acch; in vxge_os_dma_free() local
1936 tmp -= misaligned; in vxge_os_dma_free()
/linux/arch/arm64/kernel/
A Dvmlinux.lds180 "ID map text too big or misaligned")
182 <= 0x00001000, "Hibernate exit text too big or misaligned")
185 ASSERT(__hyp_bss_start == __bss_start, "HYP and Host BSS are misaligned")
186 …text == ((((((-(((1)) << ((((48))) - 1)))) + (0x08000000))) + (0x08000000))), "HEAD is misaligned")
192 <= 0x00001000, "kexec relocation code is too big or misaligned")
/linux/Documentation/arm/
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/
A DMakefile26 obj-$(CONFIG_NIOS2_ALIGNMENT_TRAP) += misaligned.o
/linux/arch/alpha/lib/
A Dev67-strlen.S29 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned)
A Dev67-strcat.S35 ldq_u $1, 0($16) # L : load first quadword (a0 may be misaligned)
A Dstrcat.S23 ldq_u $1, 0($16) # load first quadword (a0 may be misaligned)
A Dstrlen.S25 ldq_u $1, 0($16) # load first quadword ($16 may be misaligned)
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
A Dstrncat.S28 ldq_u $1, 0($16) # load first quadword ($16 may be misaligned)
A Dev6-memcpy.S39 bne $1, $misaligned # U : Nope - gotta do this the slow way
181 $misaligned:
A Dev67-strncat.S37 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned)
A Dclear_user.S81 mskql $5, $16, $5 # e0 : take care of misaligned head
/linux/arch/m68k/ifpsp060/
A DCHANGES86 bit 27 = 1 (misaligned bit)
108 bit 27 = 0 (misaligned bit)
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/
A Dcond_no_effect.cocci26 // /* misaligned */
/linux/include/linux/
A Dblkdev.h110 unsigned char misaligned; member
998 if (q->limits.misaligned) in queue_alignment_offset()
1017 if (q->limits.misaligned) in bdev_alignment_offset()
/linux/arch/sh/lib/
A Dchecksum.S162 ! Check if the buffer was misaligned, if so realign sum
/linux/lib/
A DKconfig.ubsan145 bool "Perform checking for misaligned pointer usage"
/linux/arch/x86/kvm/mmu/
A Dmmu.c5185 unsigned offset, pte_size, misaligned; in detect_write_misaligned() local
5200 misaligned = (offset ^ (offset + bytes - 1)) & ~(pte_size - 1); in detect_write_misaligned()
5201 misaligned |= bytes < 4; in detect_write_misaligned()
5203 return misaligned; in detect_write_misaligned()
/linux/arch/arc/
A DKconfig506 This enables misaligned 16 & 32 bit memory access from user space.
/linux/scripts/
A Dspelling.txt951 misalinged||misaligned
/linux/Documentation/scsi/
A DChangeLog.megaraid89 Root Cause: in uioc_t structure, one of member had misaligned and it

Completed in 55 milliseconds

12