1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* ----------------------------------------------------------------------- *
4 * Copyright (C) 1991, 1992 Linus Torvalds
5 * Copyright 2007 rPath, Inc. - All Rights Reserved
7 * ----------------------------------------------------------------------- */
9 #include <linux/linkage.h>
12 * Memory copy routines
18 SYM_FUNC_START_NOALIGN(memcpy)
34 SYM_FUNC_START_NOALIGN(memset)
38 imull $0x01010101,%eax
49 SYM_FUNC_START_NOALIGN(copy_from_fs)
56 SYM_FUNC_END(copy_from_fs)
58 SYM_FUNC_START_NOALIGN(copy_to_fs)
65 SYM_FUNC_END(copy_to_fs)