memmove.S (4f2c0a4acffbec01079c28f839422e64ddeff004) | memmove.S (26e7aacb83dfd04330673c5c9ac336560da52bb3) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * Copyright (C) 2022 Michael T. Kloos <michael@michaelkloos.com> 4 */ 5 6#include <linux/linkage.h> 7#include <asm/asm.h> 8 --- 300 unchanged lines hidden (view full) --- 309 bne t4, t3, 1b 310 2: 311 312return_from_memmove: 313 ret 314 315SYM_FUNC_END(memmove) 316SYM_FUNC_END(__memmove) | 1/* SPDX-License-Identifier: GPL-2.0-only */ 2/* 3 * Copyright (C) 2022 Michael T. Kloos <michael@michaelkloos.com> 4 */ 5 6#include <linux/linkage.h> 7#include <asm/asm.h> 8 --- 300 unchanged lines hidden (view full) --- 309 bne t4, t3, 1b 310 2: 311 312return_from_memmove: 313 ret 314 315SYM_FUNC_END(memmove) 316SYM_FUNC_END(__memmove) |
317SYM_FUNC_ALIAS(__pi_memmove, __memmove) 318SYM_FUNC_ALIAS(__pi___memmove, __memmove) |
|