Searched refs:get_unaligned (Results 1 – 7 of 7) sorted by relevance
26 l = get_unaligned(d) ^ get_unaligned(s++); in crypto_xor()47 l = get_unaligned(s1++) ^ get_unaligned(s2++); in crypto_xor_cpy()
26 *(u16 *)to = get_unaligned((u16 __force *)from); in __get_user_fn()29 *(u32 *)to = get_unaligned((u32 __force *)from); in __get_user_fn()32 *(u64 *)to = get_unaligned((u64 __force *)from); in __get_user_fn()69 *((type *)dst) = get_unaligned((type *)(src)); \
80 a += get_unaligned((u32 *)k); in jhash()81 b += get_unaligned((u32 *)(k + 4)); in jhash()82 c += get_unaligned((u32 *)(k + 8)); in jhash()
13 #define get_unaligned(ptr) __get_unaligned_t(typeof(*(ptr)), (ptr)) macro
329 r.x[0] = get_unaligned((uint16_t *)ptr); in map_word_load()331 r.x[0] = get_unaligned((uint32_t *)ptr); in map_word_load()334 r.x[0] = get_unaligned((uint64_t *)ptr); in map_word_load()
48 return be64_to_cpu(get_unaligned(ptr)); in _iba_get64()
188 return get_unaligned((u64 *)sreg); in nft_reg_load64()
Completed in 14 milliseconds