Home
last modified time | relevance | path

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

12

/kernel/linux/linux-6.6/block/
H A Dblk-settings.c58 lim->misaligned = 0; in blk_set_default_limits()
378 * Some devices are naturally misaligned to compensate for things like
387 q->limits.misaligned = 0; in blk_queue_alignment_offset()
550 * queue_limits will have the misaligned flag set to indicate that
581 t->misaligned |= b->misaligned; in blk_stack_limits()
596 t->misaligned = 1; in blk_stack_limits()
618 t->misaligned = 1; in blk_stack_limits()
625 t->misaligned = 1; in blk_stack_limits()
632 t->misaligned in blk_stack_limits()
[all...]
/kernel/linux/linux-5.10/block/
H A Dblk-settings.c61 lim->misaligned = 0; in blk_set_default_limits()
362 * Some devices are naturally misaligned to compensate for things like
371 q->limits.misaligned = 0; in blk_queue_alignment_offset()
497 * queue_limits will have the misaligned flag set to indicate that
530 t->misaligned |= b->misaligned; in blk_stack_limits()
545 t->misaligned = 1; in blk_stack_limits()
566 t->misaligned = 1; in blk_stack_limits()
573 t->misaligned = 1; in blk_stack_limits()
580 t->misaligned in blk_stack_limits()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H 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()
1917 /* misaligned, free current one and try allocating 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()
/kernel/linux/linux-5.10/drivers/dma/
H A 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
459 "%s(); phy=%p(%d) misaligned=%d\n", __func__, in phy_enable()
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()
653 chan->misaligned = in pxad_chan_handler()
809 if (chan->misaligned || !to_pxad_sw_des in pxad_tx_submit()
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A 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
459 "%s(); phy=%p(%d) misaligned=%d\n", __func__, in phy_enable()
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()
807 if (chan->misaligned || !to_pxad_sw_des in pxad_tx_submit()
[all...]
/kernel/linux/linux-5.10/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 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:
H A Dclear_user.S81 mskql $5, $16, $5 # e0 : take care of misaligned head
/kernel/linux/linux-6.6/arch/alpha/lib/
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 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 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 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:
H A Dclear_user.S81 mskql $5, $16, $5 # e0 : take care of misaligned head
/kernel/linux/linux-5.10/arch/sh/lib/
H A Dchecksum.S162 ! Check if the buffer was misaligned, if so realign sum
/kernel/linux/linux-6.6/arch/sh/lib/
H A Dchecksum.S162 ! Check if the buffer was misaligned, if so realign sum

Completed in 16 milliseconds

12