xref: /kernel/linux/linux-6.6/arch/x86/lib/iomap_copy_64.S
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/arch/x86/lib/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright 2006 PathScale, Inc.  All Rights Reserved.
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#include <linux/linkage.h>
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci/*
962306a36Sopenharmony_ci * override generic version in lib/iomap_copy.c
1062306a36Sopenharmony_ci */
1162306a36Sopenharmony_ciSYM_FUNC_START(__iowrite32_copy)
1262306a36Sopenharmony_ci	movl %edx,%ecx
1362306a36Sopenharmony_ci	rep movsl
1462306a36Sopenharmony_ci	RET
1562306a36Sopenharmony_ciSYM_FUNC_END(__iowrite32_copy)
16

Indexes created Thu Nov 07 10:32:03 CST 2024