__raw_readq
#define __raw_readq(addr) __raw_readq(addr)
v = le64toh(__raw_readq(addr));
return (le64toh(__raw_readq(addr)));
*dst = __raw_readq(src);