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

other.json (670B)


      1[
      2  {
      3        "ArchStdEvent": "EXC_IRQ"
      4  },
      5  {
      6        "ArchStdEvent": "EXC_FIQ"
      7  },
      8  {
      9        "EventCode": "0xC6",
     10        "EventName": "PRE_DECODE_ERR",
     11        "BriefDescription": "Pre-decode error"
     12  },
     13  {
     14        "EventCode": "0xD0",
     15        "EventName": "L1I_CACHE_ERR",
     16        "BriefDescription": "L1 Instruction Cache (data or tag) memory error"
     17  },
     18  {
     19        "EventCode": "0xD1",
     20        "EventName": "L1D_CACHE_ERR",
     21        "BriefDescription": "L1 Data Cache (data, tag or dirty) memory error, correctable or non-correctable"
     22  },
     23  {
     24        "EventCode": "0xD2",
     25        "EventName": "TLB_ERR",
     26        "BriefDescription": "TLB memory error"
     27  }
     28]