| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-settings.c | 61 lim->misaligned = 0; in blk_set_default_limits() 371 q->limits.misaligned = 0; in blk_queue_alignment_offset() 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 = 1; in blk_stack_limits() 587 t->misaligned = 1; in blk_stack_limits() 601 t->misaligned = 1; in blk_stack_limits()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ |
| H A D | pxa_dma.c | 90 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() 653 chan->misaligned = in pxad_chan_handler() 810 if (chan->misaligned || !to_pxad_sw_desc(vd)->misaligned) in pxad_tx_submit() 819 chan->misaligned |= to_pxad_sw_desc(vd)->misaligned; in pxad_tx_submit() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/neterion/vxge/ |
| H A D | vxge-config.h | 1903 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()
|
| /OK3568_Linux_fs/kernel/Documentation/arm/ |
| H A D | mem_alignment.rst | 5 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
|
| /OK3568_Linux_fs/kernel/arch/nios2/kernel/ |
| H A D | Makefile | 26 obj-$(CONFIG_NIOS2_ALIGNMENT_TRAP) += misaligned.o
|
| /OK3568_Linux_fs/kernel/arch/alpha/lib/ |
| H A D | ev67-strlen.S | 29 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned)
|
| H A D | ev67-strcat.S | 35 ldq_u $1, 0($16) # L : load first quadword (a0 may be misaligned)
|
| H A D | strlen.S | 25 ldq_u $1, 0($16) # load first quadword ($16 may be misaligned)
|
| H A D | strcat.S | 23 ldq_u $1, 0($16) # load first quadword (a0 may be misaligned)
|
| H A D | ev6-clear_user.S | 57 and $1, 7, $2 # .. .. E .. : number of misaligned bytes in tail 69 mskql $5, $16, $5 # .. U .. .. : take care of misaligned head
|
| H A D | strncat.S | 28 ldq_u $1, 0($16) # load first quadword ($16 may be misaligned)
|
| H A D | ev6-memcpy.S | 39 bne $1, $misaligned # U : Nope - gotta do this the slow way 181 $misaligned:
|
| H A D | ev67-strncat.S | 37 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned)
|
| H A D | clear_user.S | 81 mskql $5, $16, $5 # e0 : take care of misaligned head
|
| /OK3568_Linux_fs/buildroot/package/pdbg/ |
| H A D | 0001-template-Fix-alignment.patch | 9 ./template.S:21: Error: misaligned data
|
| /OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/ |
| H A D | CHANGES | 86 bit 27 = 1 (misaligned bit) 108 bit 27 = 0 (misaligned bit)
|
| H A D | isp.doc | 46 cas (w/ a misaligned effective address) 174 The instructions "cas2" and "cas" (when used with a misaligned effective
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/misc/ |
| H A D | cond_no_effect.cocci | 26 // /* misaligned */
|
| /OK3568_Linux_fs/buildroot/package/efivar/ |
| H A D | 0002-dp.h-make-format_guid-handle-misaligned-guid-pointer.patch | 4 Subject: [PATCH] dp.h: make format_guid() handle misaligned guid pointers
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | vmlinux.lds | 147 "ID map text too big or misaligned") 150 ASSERT(_text == (((((-(((1)) << ((((39))) - 1))))) + (0x08000000))), "HEAD is misaligned")
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | blkdev.h | 357 unsigned char misaligned; member 1485 if (q->limits.misaligned) in queue_alignment_offset() 1504 if (q->limits.misaligned) in bdev_alignment_offset()
|
| /OK3568_Linux_fs/kernel/arch/sh/lib/ |
| H A D | checksum.S | 162 ! Check if the buffer was misaligned, if so realign sum
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | Kconfig.ubsan | 145 bool "Perform checking for misaligned pointer usage"
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/share/OpenCV/licenses/ |
| H A D | libpng-README | 51 on big-endian processors that support misaligned data access, faster
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/share/OpenCV/licenses/ |
| H A D | libpng-README | 51 on big-endian processors that support misaligned data access, faster
|