/linux-4.1.27/block/ |
D | blk-settings.c | 127 lim->misaligned = 0; in blk_set_default_limits() 423 q->limits.misaligned = 0; in blk_queue_alignment_offset() 561 t->misaligned |= b->misaligned; in blk_stack_limits() 576 t->misaligned = 1; in blk_stack_limits() 596 t->misaligned = 1; in blk_stack_limits() 603 t->misaligned = 1; in blk_stack_limits() 610 t->misaligned = 1; in blk_stack_limits() 624 t->misaligned = 1; in blk_stack_limits()
|
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/ |
D | vxge-config.h | 1904 unsigned long misaligned = 0; in vxge_os_dma_malloc() local 1916 misaligned = (unsigned long)VXGE_ALIGN((unsigned long)vaddr, in vxge_os_dma_malloc() 1921 if (misaligned) { in vxge_os_dma_malloc() 1931 *(unsigned long *)p_dma_acch = misaligned; in vxge_os_dma_malloc() 1932 vaddr = (void *)((u8 *)vaddr + misaligned); in vxge_os_dma_malloc() 1939 unsigned long misaligned = *(unsigned long *)p_dma_acch; in vxge_os_dma_free() local 1941 tmp -= misaligned; in vxge_os_dma_free()
|
/linux-4.1.27/arch/alpha/lib/ |
D | ev67-strcat.S | 34 ldq_u $1, 0($16) # L : load first quadword (a0 may be misaligned)
|
D | ev67-strlen.S | 28 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned)
|
D | strlen.S | 24 ldq_u $1, 0($16) # load first quadword ($16 may be misaligned)
|
D | strcat.S | 21 ldq_u $1, 0($16) # load first quadword (a0 may be misaligned)
|
D | strncat.S | 27 ldq_u $1, 0($16) # load first quadword ($16 may be misaligned)
|
D | ev6-clear_user.S | 69 and $1, 7, $2 # .. .. E .. : number of misaligned bytes in tail 81 mskql $5, $6, $5 # .. U .. .. : take care of misaligned head
|
D | ev67-strncat.S | 36 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned)
|
D | ev6-memcpy.S | 38 bne $1, $misaligned # U : Nope - gotta do this the slow way 180 $misaligned:
|
D | clear_user.S | 93 mskql $5, $6, $5 # e0 : take care of misaligned head
|
/linux-4.1.27/arch/nios2/kernel/ |
D | Makefile | 26 obj-$(CONFIG_NIOS2_ALIGNMENT_TRAP) += misaligned.o
|
/linux-4.1.27/Documentation/arm/ |
D | mem_alignment | 1 Too many problems poped up because of unnoticed misaligned memory access in 12 alignment trap can fixup misaligned access for the exception cases, but at
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | CHANGES | 86 bit 27 = 1 (misaligned bit) 108 bit 27 = 0 (misaligned bit)
|
D | isp.doc | 46 cas (w/ a misaligned effective address) 174 The instructions "cas2" and "cas" (when used with a misaligned effective
|
/linux-4.1.27/arch/mn10300/lib/ |
D | memset.S | 105 # handle misaligned copying
|
D | memcpy.S | 118 # handle misaligned copying
|
D | memmove.S | 139 # handle misaligned copying
|
/linux-4.1.27/include/linux/ |
D | blkdev.h | 305 unsigned char misaligned; member 1271 if (q->limits.misaligned) in queue_alignment_offset() 1289 if (q->limits.misaligned) in bdev_alignment_offset()
|
/linux-4.1.27/arch/mn10300/ |
D | Kconfig.debug | 19 If you say Y here the kernel will execute a list of misaligned memory
|
/linux-4.1.27/arch/sh/lib/ |
D | checksum.S | 165 ! Check if the buffer was misaligned, if so realign sum
|
/linux-4.1.27/arch/arc/ |
D | Kconfig | 360 This enables misaligned 16 & 32 bit memory access from user space.
|
/linux-4.1.27/Documentation/frv/ |
D | features.txt | 135 services available in uClinux. This includes misaligned memory access
|
/linux-4.1.27/arch/x86/kvm/ |
D | mmu.c | 4112 unsigned offset, pte_size, misaligned; in detect_write_misaligned() local 4127 misaligned = (offset ^ (offset + bytes - 1)) & ~(pte_size - 1); in detect_write_misaligned() 4128 misaligned |= bytes < 4; in detect_write_misaligned() 4130 return misaligned; in detect_write_misaligned()
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.megaraid | 89 Root Cause: in uioc_t structure, one of member had misaligned and it
|
/linux-4.1.27/Documentation/x86/ |
D | boot.txt | 593 misaligned kernel. Therefore, a loader should typically try each
|
/linux-4.1.27/Documentation/networking/ |
D | filter.txt | 1238 misaligned access off 4 size 8
|