Searched refs:LogUnhandledCSRRead (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/ |
| D | CV32E40P.cs | 23 …RegisterCSR((ulong)CustomCSR.PerformanceCounterMode, () => LogUnhandledCSRRead("PerformanceCounter… in CV32E40P() 24 …RegisterCSR((ulong)CustomCSR.StackCheckEnable , () => LogUnhandledCSRRead("StackCheckEnable")… in CV32E40P() 25 …RegisterCSR((ulong)CustomCSR.StackBase , () => LogUnhandledCSRRead("StackBase") … in CV32E40P() 26 …RegisterCSR((ulong)CustomCSR.StackEnd , () => LogUnhandledCSRRead("StackEnd") … in CV32E40P() 27 …RegisterCSR((ulong)CustomCSR.HardwareLoop0Start , () => LogUnhandledCSRRead("HardwareLoop0Start… in CV32E40P() 28 …RegisterCSR((ulong)CustomCSR.HardwareLoop0End , () => LogUnhandledCSRRead("HardwareLoop0End")… in CV32E40P() 29 …RegisterCSR((ulong)CustomCSR.HardwareLoop0Counter , () => LogUnhandledCSRRead("HardwareLoop0Count… in CV32E40P() 30 …RegisterCSR((ulong)CustomCSR.HardwareLoop1Start , () => LogUnhandledCSRRead("HardwareLoop1Start… in CV32E40P() 31 …RegisterCSR((ulong)CustomCSR.HardwareLoop1End , () => LogUnhandledCSRRead("HardwareLoop1End")… in CV32E40P() 32 …RegisterCSR((ulong)CustomCSR.HardwareLoop1Counter , () => LogUnhandledCSRRead("HardwareLoop1Count… in CV32E40P() [all …]
|