readq              85 arch/x86/include/asm/io.h build_mmio_read(readq, "q", unsigned long, "=r", :"memory")
readq              88 arch/x86/include/asm/io.h #define readq_relaxed(a)	readq(a)
readq              90 arch/x86/include/asm/io.h #define __raw_readq(a)		readq(a)
readq              94 arch/x86/include/asm/io.h #define readq			readq
readq             414 arch/x86/include/asm/uv/uv_hub.h 	return readq(uv_global_mmr32_address(pnode, offset));
readq             434 arch/x86/include/asm/uv/uv_hub.h 	return readq(uv_global_mmr64_address(pnode, offset));
readq             468 arch/x86/include/asm/uv/uv_hub.h 	return readq(uv_local_mmr_address(offset));
readq              24 include/asm-generic/io-64-nonatomic-hi-lo.h #ifndef readq
readq              24 include/asm-generic/io-64-nonatomic-lo-hi.h #ifndef readq
readq             102 include/asm-generic/io.h #define readq readq
readq               9 include/drm/drm_os_linux.h #ifndef readq
readq              39 include/drm/drm_os_linux.h #define DRM_READ64(map, offset)		readq(((void __iomem *)(map)->handle) + (offset))