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

ioport.c (312B)


      1// SPDX-License-Identifier: GPL-2.0
      2/*
      3 * Copyright (C) 2021 Intel Corporation
      4 * Author: Johannes Berg <johannes@sipsolutions.net>
      5 */
      6#include <asm/iomap.h>
      7#include <asm-generic/pci_iomap.h>
      8
      9void __iomem *__pci_ioport_map(struct pci_dev *dev, unsigned long port,
     10			       unsigned int nr)
     11{
     12	return NULL;
     13}