Home
last modified time | relevance | path

Searched refs:get_unaligned (Results 1 – 7 of 7) sorted by relevance

/include/crypto/
A Dutils.h26 l = get_unaligned(d) ^ get_unaligned(s++); in crypto_xor()
47 l = get_unaligned(s1++) ^ get_unaligned(s2++); in crypto_xor_cpy()
/include/asm-generic/
A Duaccess.h26 *(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)); \
/include/linux/
A Djhash.h80 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()
A Dunaligned.h13 #define get_unaligned(ptr) __get_unaligned_t(typeof(*(ptr)), (ptr)) macro
/include/linux/mtd/
A Dmap.h329 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()
/include/rdma/
A Diba.h48 return be64_to_cpu(get_unaligned(ptr)); in _iba_get64()
/include/net/netfilter/
A Dnf_tables.h188 return get_unaligned((u64 *)sreg); in nft_reg_load64()

Completed in 14 milliseconds