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

exception.json (364B)


      1[
      2  {
      3    "ArchStdEvent": "EXC_TAKEN"
      4  },
      5  {
      6    "ArchStdEvent": "EXC_UNDEF"
      7  },
      8  {
      9    "ArchStdEvent": "EXC_SVC"
     10  },
     11  {
     12    "ArchStdEvent": "EXC_PABORT"
     13  },
     14  {
     15    "ArchStdEvent": "EXC_DABORT"
     16  },
     17  {
     18    "ArchStdEvent": "EXC_IRQ"
     19  },
     20  {
     21    "ArchStdEvent": "EXC_FIQ"
     22  },
     23  {
     24    "ArchStdEvent": "EXC_SMC"
     25  },
     26  {
     27    "ArchStdEvent": "EXC_HVC"
     28  }
     29]