repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git]
/
arch
/
x86
/
lib
/
iomap_copy_64.S
blob
cb5a1964506b1218e9f8127aef4e9c2b7ab1cfae
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Copyright 2006 PathScale, Inc. All Rights Reserved.
4
*/
5
6
#include <linux/linkage.h>
7
8
/*
9
* override generic version in lib/iomap_copy.c
10
*/
11
SYM_FUNC_START(__iowrite32_copy)
12
movl %edx,%ecx
13
rep movsd
14
ret
15
SYM_FUNC_END(__iowrite32_copy)