cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

iomap_copy_64.S (287B)


      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 */
     11SYM_FUNC_START(__iowrite32_copy)
     12	movl %edx,%ecx
     13	rep movsd
     14	RET
     15SYM_FUNC_END(__iowrite32_copy)