_port2 642 arch/i386/include/bus.h int _port1 = (h1)+(o1); int _port2 = (h2)+(o2); int _cnt=(cnt); \ _port2 652 arch/i386/include/bus.h "+D" (_port2), "+S" (_port1), "+c" ((_cnt)) :: \ _port2 655 arch/i386/include/bus.h i386_space_copy(_port1, _port2, 1, _cnt); \ _port2 659 arch/i386/include/bus.h int _port1 = (h1)+(o1); int _port2 = (h2)+(o2); int _cnt=(cnt); \ _port2 669 arch/i386/include/bus.h "+D" (_port2), "+ES" (_port1), "+c" ((_cnt)) :: \ _port2 672 arch/i386/include/bus.h i386_space_copy(_port1, _port2, 2, _cnt); \ _port2 676 arch/i386/include/bus.h int _port1 = (h1)+(o1); int _port2 = (h2)+(o2); int _cnt=(cnt); \ _port2 686 arch/i386/include/bus.h "+D" (_port2), "+ES" (_port1), "+c" ((_cnt)) :: \ _port2 689 arch/i386/include/bus.h i386_space_copy(_port1, _port2, 4, _cnt); \