i386_space_copy   238 arch/i386/include/bus.h 		i386_space_copy(_port, _addr, 1, _cnt);			\
i386_space_copy   253 arch/i386/include/bus.h 		i386_space_copy(_port, _addr, 2, _cnt);			\
i386_space_copy   268 arch/i386/include/bus.h 		i386_space_copy(_port, _addr, 4, _cnt);			\
i386_space_copy   429 arch/i386/include/bus.h 		i386_space_copy(_addr, _port, 1, _cnt);			\
i386_space_copy   444 arch/i386/include/bus.h 		i386_space_copy(_addr, _port, 2, _cnt);			\
i386_space_copy   459 arch/i386/include/bus.h 		i386_space_copy(_addr, _port, 4, _cnt);			\
i386_space_copy   655 arch/i386/include/bus.h 		i386_space_copy(_port1, _port2, 1, _cnt);		\
i386_space_copy   672 arch/i386/include/bus.h 		i386_space_copy(_port1, _port2, 2, _cnt);		\
i386_space_copy   689 arch/i386/include/bus.h 		i386_space_copy(_port1, _port2, 4, _cnt);		\