Searched refs:misalignment (Results 1 – 20 of 20) sorted by relevance
/linux-4.1.27/arch/alpha/lib/ |
D | clear_user.S | 83 and $6, 7, $4 # e0 : find dest misalignment 96 addq $0, $4, $0 # .. e1 : bytes left -= 8 - misalignment
|
D | stxncpy.S | 122 and a0, 7, t0 # .. e1 : find dest misalignment 124 addq a2, t0, a2 # .. e1 : bias count by dest misalignment 294 and a0, 7, t4 # .. e1 : find dest misalignment 295 and a1, 7, t5 # e0 : find src misalignment 306 subq a1, t4, a1 # .. e1 : sub dest misalignment from src addr
|
D | ev6-stxncpy.S | 154 and a0, 7, t0 # E : find dest misalignment 156 addq a2, t0, a2 # E : bias count by dest misalignment (stall) 339 and a0, 7, t4 # E : find dest misalignment 340 and a1, 7, t5 # E : find src misalignment 353 subq a1, t4, a1 # E : sub dest misalignment from src addr
|
D | ev6-csum_ipv6_magic.S | 67 and $16,7,$6 # E : src misalignment 87 and $17,7,$6 # E : dst misalignment
|
D | stxcpy.S | 237 and a0, 7, t4 # .. e1 : find dest misalignment 238 and a1, 7, t5 # e0 : find src misalignment 250 subq a1, t4, a1 # .. e1 : sub dest misalignment from src addr
|
D | ev6-clear_user.S | 65 and $6, 7, $4 # .. E .. .. : find dest head misalignment 86 addq $0, $4, $0 # .. E .. .. : bytes left -= 8 - misalignment
|
D | ev6-stxcpy.S | 267 and a0, 7, t4 # E : find dest misalignment 268 and a1, 7, t5 # E : find src misalignment 283 subq a1, t4, a1 # E : sub dest misalignment from src addr
|
D | csum_ipv6_magic.S | 25 ldq_u $21,7($16) # .. e1 : handle misalignment
|
D | ev6-memset.S | 70 and $16,7,$3 # E : Target addr misalignment 251 and $16,7,$3 # E : Target addr misalignment 434 and $16,7,$3 # E : Target addr misalignment
|
D | ev6-copy_user.S | 65 and $6,7,$3 # .. .. .. E : is leading dest misalignment
|
/linux-4.1.27/arch/mn10300/include/asm/ |
D | exceptions.h | 110 extern asmlinkage void misalignment(struct pt_regs *, enum exception_code);
|
/linux-4.1.27/arch/mn10300/mm/ |
D | Makefile | 29 misalignment.o dma-alloc.o $(cacheflush-y)
|
D | misalignment.c | 317 asmlinkage void misalignment(struct pt_regs *regs, enum exception_code code) in misalignment() function
|
/linux-4.1.27/arch/mn10300/ |
D | Kconfig.debug | 15 bool "Run tests on the misalignment handler" 20 accesses to make sure the misalignment handler deals them with
|
/linux-4.1.27/arch/xtensa/lib/ |
D | memcopy.S | 270 add a3, a3, a11 # readjust a3 with correct misalignment 545 add a3, a3, a11 # readjust a3 with correct misalignment
|
D | usercopy.S | 268 add a3, a3, a10 # readjust a3 with correct misalignment
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | traps.c | 580 set_excp_vector(EXCEP_MISALIGN, misalignment); in trap_init()
|
/linux-4.1.27/arch/frv/kernel/ |
D | entry.S | 155 # make sure we (the kernel) get div-zero and misalignment exceptions
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | timestamping.txt | 134 the hardware, there is a risk of misalignment with the avail and delay
|
/linux-4.1.27/Documentation/filesystems/ |
D | f2fs.txt | 371 In order to avoid misalignment between file system and flash-based storage, F2FS
|