Searched refs:tswap64 (Results 1 – 3 of 3) sorted by relevance
144 *(uint64_t *)dst = tswap64(*(uint64_t *)src); in thunk_convert()171 *(uint64_t *)dst = tswap64(*(uint64_t *)src); in thunk_convert()178 *(uint32_t *)dst = tswap64(*(uint64_t *)src); in thunk_convert()182 *(uint64_t *)dst = tswap64(*(int32_t *)src); in thunk_convert()184 *(uint64_t *)dst = tswap64(*(uint32_t *)src); in thunk_convert()
56 static inline uint64_t tswap64(uint64_t s) in tswap64() function88 static inline uint64_t tswap64(uint64_t s) in tswap64() function112 #define tswapl(s) tswap64(s)
3803 val = tswap64(val); in stq_phys()