Home
last modified time | relevance | path

Searched refs:misalignment (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/arch/alpha/lib/
H A Dclear_user.S71 and $16, 7, $4 # e0 : find dest misalignment
84 addq $0, $4, $0 # .. e1 : bytes left -= 8 - misalignment
H A Dstxncpy.S123 and a0, 7, t0 # .. e1 : find dest misalignment
125 addq a2, t0, a2 # .. e1 : bias count by dest misalignment
295 and a0, 7, t4 # .. e1 : find dest misalignment
296 and a1, 7, t5 # e0 : find src misalignment
307 subq a1, t4, a1 # .. e1 : sub dest misalignment from src addr
H A Dev6-stxncpy.S155 and a0, 7, t0 # E : find dest misalignment
157 addq a2, t0, a2 # E : bias count by dest misalignment (stall)
340 and a0, 7, t4 # E : find dest misalignment
341 and a1, 7, t5 # E : find src misalignment
354 subq a1, t4, a1 # E : sub dest misalignment from src addr
H A Dev6-csum_ipv6_magic.S69 and $16,7,$6 # E : src misalignment
89 and $17,7,$6 # E : dst misalignment
H A Dstxcpy.S238 and a0, 7, t4 # .. e1 : find dest misalignment
239 and a1, 7, t5 # e0 : find src misalignment
251 subq a1, t4, a1 # .. e1 : sub dest misalignment from src addr
H A Dev6-stxcpy.S268 and a0, 7, t4 # E : find dest misalignment
269 and a1, 7, t5 # E : find src misalignment
284 subq a1, t4, a1 # E : sub dest misalignment from src addr
H A Dev6-clear_user.S53 and $16, 7, $4 # .. E .. .. : find dest head misalignment
74 addq $0, $4, $0 # .. E .. .. : bytes left -= 8 - misalignment
H A Dcsum_ipv6_magic.S27 ldq_u $21,7($16) # .. e1 : handle misalignment
H A Dev6-memset.S71 and $16,7,$3 # E : Target addr misalignment
253 and $16,7,$3 # E : Target addr misalignment
437 and $16,7,$3 # E : Target addr misalignment
H A Dev6-copy_user.S54 and $16,7,$3 # .. .. .. E : is leading dest misalignment
/openbmc/linux/tools/iio/
H A Diio_generic_buffer.c58 unsigned int misalignment; in size_from_channelarray() local
77 misalignment = bytes % max; in size_from_channelarray()
78 if (misalignment) in size_from_channelarray()
79 bytes += max - misalignment; in size_from_channelarray()
/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_mm_test.c151 static u64 misalignment(struct drm_mm_node *node, u64 alignment) in misalignment() function
178 if (misalignment(node, alignment)) { in assert_node()
181 node->start, misalignment(node, alignment), alignment); in assert_node()
1364 tmp.size, size, alignment, misalignment(&tmp, alignment), in evict_something()
1923 rem = misalignment(node, n + count); in drm_test_mm_color()
2024 tmp.size, size, alignment, misalignment(&tmp, alignment), tmp.start); in evict_color()
/openbmc/linux/arch/xtensa/lib/
H A Dmemcopy.S254 add a3, a3, a11 # readjust a3 with correct misalignment
516 add a3, a3, a11 # readjust a3 with correct misalignment
H A Dusercopy.S267 add a3, a3, a10 # readjust a3 with correct misalignment
/openbmc/linux/Documentation/sound/designs/
H A Dtimestamping.rst139 the hardware, there is a risk of misalignment with the avail and delay
/openbmc/linux/Documentation/filesystems/
H A Df2fs.rst563 In order to avoid misalignment between file system and flash-based storage, F2FS