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

mmu.json (2016B)


      1[
      2    {
      3        "PublicDescription": "Duration of a translation table walk handled by the MMU",
      4        "EventCode": "0xE0",
      5        "EventName": "MMU_PTW",
      6        "BriefDescription": "Duration of a translation table walk handled by the MMU"
      7    },
      8    {
      9        "PublicDescription": "Duration of a Stage 1 translation table walk handled by the MMU",
     10        "EventCode": "0xE1",
     11        "EventName": "MMU_PTW_ST1",
     12        "BriefDescription": "Duration of a Stage 1 translation table walk handled by the MMU"
     13    },
     14    {
     15        "PublicDescription": "Duration of a Stage 2 translation table walk handled by the MMU",
     16        "EventCode": "0xE2",
     17        "EventName": "MMU_PTW_ST2",
     18        "BriefDescription": "Duration of a Stage 2 translation table walk handled by the MMU"
     19    },
     20    {
     21        "PublicDescription": "Duration of a translation table walk requested by the LSU",
     22        "EventCode": "0xE3",
     23        "EventName": "MMU_PTW_LSU",
     24        "BriefDescription": "Duration of a translation table walk requested by the LSU"
     25    },
     26    {
     27        "PublicDescription": "Duration of a translation table walk requested by the Instruction Side",
     28        "EventCode": "0xE4",
     29        "EventName": "MMU_PTW_ISIDE",
     30        "BriefDescription": "Duration of a translation table walk requested by the Instruction Side"
     31    },
     32    {
     33        "PublicDescription": "Duration of a translation table walk requested by a Preload instruction or Prefetch request",
     34        "EventCode": "0xE5",
     35        "EventName": "MMU_PTW_PLD",
     36        "BriefDescription": "Duration of a translation table walk requested by a Preload instruction or Prefetch request"
     37    },
     38    {
     39        "PublicDescription": "Duration of a translation table walk requested by a CP15 operation (maintenance by MVA and VA to PA operations)",
     40        "EventCode": "0xE6",
     41        "EventName": "MMU_PTW_CP15",
     42        "BriefDescription": "Duration of a translation table walk requested by a CP15 operation (maintenance by MVA and VA to PA operations)"
     43    }
     44]