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