Searched refs:IS_UNALIGNED (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/
H A Dstrncpy_from_user.c16 #define IS_UNALIGNED(src, dst) 0 macro
18 #define IS_UNALIGNED(src, dst) \ macro
34 if (IS_UNALIGNED(src, dst))
/linux-master/arch/mips/crypto/
H A Dchacha-core.S53 #define IS_UNALIGNED $s7 define
229 * IS_UNALIGNED = ( IN | OUT ) & 0x00000003
231 or IS_UNALIGNED, IN, OUT
232 andi IS_UNALIGNED, 0x3
277 bnez IS_UNALIGNED, .Loop_chacha_unaligned

Completed in 118 milliseconds