cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

pci_regs.h (174B)


      1#ifndef HW_PCI_PCI_REGS_H
      2#define HW_PCI_PCI_REGS_H
      3
      4#include "standard-headers/linux/pci_regs.h"
      5
      6#define  PCI_PM_CAP_VER_1_1     0x0002  /* PCI PM spec ver. 1.1 */
      7
      8#endif