memset.S (a23e1966932464e1c5226cb9ac4ce1d5fc10ba22) memset.S (d57e19fcbf3f7492974e78cd1dbaf85c67d198ce)
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Copyright (C) 2013 Regents of the University of California
4 */
5
6
7#include <linux/linkage.h>
8#include <asm/asm.h>

--- 97 unchanged lines hidden (view full) ---

1065:
107 sb a1, 0(t0)
108 addi t0, t0, 1
109 bltu t0, a3, 5b
1106:
111 ret
112SYM_FUNC_END(__memset)
113SYM_FUNC_ALIAS_WEAK(memset, __memset)
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Copyright (C) 2013 Regents of the University of California
4 */
5
6
7#include <linux/linkage.h>
8#include <asm/asm.h>

--- 97 unchanged lines hidden (view full) ---

1065:
107 sb a1, 0(t0)
108 addi t0, t0, 1
109 bltu t0, a3, 5b
1106:
111 ret
112SYM_FUNC_END(__memset)
113SYM_FUNC_ALIAS_WEAK(memset, __memset)
114SYM_FUNC_ALIAS(__pi_memset, __memset)
115SYM_FUNC_ALIAS(__pi___memset, __memset)