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 (374B)


      1[
      2    {
      3        "ArchStdEvent": "EXC_TAKEN"
      4    },
      5    {
      6        "ArchStdEvent": "MEMORY_ERROR"
      7    },
      8    {
      9        "ArchStdEvent": "EXC_IRQ"
     10    },
     11    {
     12        "ArchStdEvent": "EXC_FIQ"
     13    },
     14    {
     15        "PublicDescription": "Predecode error",
     16        "EventCode": "0xC6",
     17        "EventName": "PREDECODE_ERROR",
     18        "BriefDescription": "Predecode error"
     19    }
     20]