__io_virt         295 include/asm-mn10300/io.h #define memset_io(a, b, c)	memset(__io_virt(a), (b), (c))
__io_virt         296 include/asm-mn10300/io.h #define memcpy_fromio(a, b, c)	memcpy((a), __io_virt(b), (c))
__io_virt         297 include/asm-mn10300/io.h #define memcpy_toio(a, b, c)	memcpy(__io_virt(a), (b), (c))