1 /* ----------------------------------------------------------------------- *
3 * Copyright (C) 1991, 1992 Linus Torvalds
4 * Copyright 2007 rPath, Inc. - All Rights Reserved
6 * This file is part of the Linux kernel, and is made available under
7 * the terms of the GNU General Public License version 2.
9 * ----------------------------------------------------------------------- */
12 * arch/i386/boot/copy.S
14 * Memory copy routines
21 .type memcpy, @function
36 .size memcpy, .-memcpy
39 .type memset, @function
44 imull $0x01010101,%eax
53 .size memset, .-memset
56 .type copy_from_fs, @function
64 .size copy_from_fs, .-copy_from_fs
67 .type copy_to_fs, @function
75 .size copy_to_fs, .-copy_to_fs
77 #if 0 /* Not currently used, but can be enabled as needed */
80 .type copy_from_gs, @function
88 .size copy_from_gs, .-copy_from_gs
91 .type copy_to_gs, @function
99 .size copy_to_gs, .-copy_to_gs