Home
last modified time | relevance | path

Searched refs:tswap64 (Results 1 – 2 of 2) sorted by relevance

/external/qemu/include/exec/
Dcpu-all.h57 static inline uint64_t tswap64(uint64_t s) in tswap64() function
89 static inline uint64_t tswap64(uint64_t s) in tswap64() function
113 #define tswapl(s) tswap64(s)
/external/qemu/
Dexec.c2626 val = tswap64(val); in stq_phys()