Home
last modified time | relevance | path

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

/openbmc/linux/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)) in do_strncpy_from_user()
/openbmc/linux/arch/mips/crypto/
H A Dchacha-core.S53 #define IS_UNALIGNED $s7 macro
231 or IS_UNALIGNED, IN, OUT
232 andi IS_UNALIGNED, 0x3
277 bnez IS_UNALIGNED, .Loop_chacha_unaligned