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

pci.h (503B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2/*
      3 * Copyright (c) 2008 Zhang Le <r0bertz@gentoo.org>
      4 * Copyright (c) 2009 Wu Zhangjin <wuzhangjin@gmail.com>
      5 */
      6
      7#ifndef __ASM_MACH_LOONGSON64_PCI_H_
      8#define __ASM_MACH_LOONGSON64_PCI_H_
      9
     10extern struct pci_ops loongson_pci_ops;
     11
     12/* this is an offset from mips_io_port_base */
     13#define LOONGSON_PCI_IO_START	0x00004000UL
     14
     15#define LOONGSON_PCI_MEM_START	0x40000000UL
     16#define LOONGSON_PCI_MEM_END	0x7effffffUL
     17
     18
     19#endif /* !__ASM_MACH_LOONGSON64_PCI_H_ */