xref: /openbmc/linux/arch/x86/lib/iomap_copy_64.S (revision ea68a3e9d14e9e0bf017d178fb4bd53b6deb1482)
1775c8a3dSThomas Gleixner/* SPDX-License-Identifier: GPL-2.0-only */
2185f3d38SThomas Gleixner/*
3185f3d38SThomas Gleixner * Copyright 2006 PathScale, Inc.  All Rights Reserved.
4185f3d38SThomas Gleixner */
5185f3d38SThomas Gleixner
6185f3d38SThomas Gleixner#include <linux/linkage.h>
7185f3d38SThomas Gleixner
8185f3d38SThomas Gleixner/*
9185f3d38SThomas Gleixner * override generic version in lib/iomap_copy.c
10185f3d38SThomas Gleixner */
116dcc5627SJiri SlabySYM_FUNC_START(__iowrite32_copy)
12185f3d38SThomas Gleixner	movl %edx,%ecx
13*55d23536SMikulas Patocka	rep movsl
14f94909ceSPeter Zijlstra	RET
156dcc5627SJiri SlabySYM_FUNC_END(__iowrite32_copy)
16