Searched refs:put_unaligned (Results 1 – 5 of 5) sorted by relevance
| /include/crypto/ |
| A D | utils.h | 27 put_unaligned(l, d++); in crypto_xor() 48 put_unaligned(l, d++); in crypto_xor_cpy()
|
| /include/asm-generic/ |
| A D | uaccess.h | 52 put_unaligned(*(u16 *)from, (u16 __force *)to); in __put_user_fn() 55 put_unaligned(*(u32 *)from, (u32 __force *)to); in __put_user_fn() 58 put_unaligned(*(u64 *)from, (u64 __force *)to); in __put_user_fn() 76 put_unaligned(*((type *)src), (type *)(dst)); \
|
| /include/linux/ |
| A D | unaligned.h | 14 #define put_unaligned(val, ptr) __put_unaligned_t(typeof(*(ptr)), (val), (ptr)) macro
|
| /include/rdma/ |
| A D | iba.h | 53 put_unaligned(cpu_to_be64((_iba_get64(ptr) & ~mask) | prep_value), ptr); in _iba_set64()
|
| /include/net/netfilter/ |
| A D | nf_tables.h | 183 put_unaligned(val, dreg); in nft_reg_store64()
|
Completed in 13 milliseconds