Home
last modified time | relevance | path

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

/include/crypto/
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/
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/mtd/
Dmap.h328 r.x[0] = get_unaligned((uint16_t *)ptr); in map_word_load()
330 r.x[0] = get_unaligned((uint32_t *)ptr); in map_word_load()
333 r.x[0] = get_unaligned((uint64_t *)ptr); in map_word_load()
/include/linux/
Dunaligned.h13 #define get_unaligned(ptr) __get_unaligned_t(typeof(*(ptr)), (ptr)) macro
/include/rdma/
Diba.h48 return be64_to_cpu(get_unaligned(ptr)); in _iba_get64()
/include/net/netfilter/
Dnf_tables.h188 return get_unaligned((u64 *)sreg); in nft_reg_load64()