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

locks.json (403B)


      1[
      2  {
      3    "EventCode": "0x1E058",
      4    "EventName": "PM_STCX_FAIL_FIN",
      5    "BriefDescription": "Conditional store instruction (STCX) failed. LARX and STCX are instructions used to acquire a lock."
      6  },
      7  {
      8    "EventCode": "0x4E050",
      9    "EventName": "PM_STCX_PASS_FIN",
     10    "BriefDescription": "Conditional store instruction (STCX) passed. LARX and STCX are instructions used to acquire a lock."
     11  }
     12]