Searched defs:initable (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/ |
| D | RiscVCpuHooksExtensions.cs | 16 …sterCSRHandlerFromString(this BaseRiscV cpu, ulong csr, string pythonScript, bool initable = false) in RegisterCSRHandlerFromString() 22 … void RegisterCSRHandlerFromFile(this BaseRiscV cpu, ulong csr, string path, bool initable = false) in RegisterCSRHandlerFromFile()
|
| D | RiscVCsrPythonEngine.cs | 23 …public RiscVCsrPythonEngine(BaseRiscV cpu, ulong csr, bool initable, string script = null, Optiona… in RiscVCsrPythonEngine() 125 private readonly bool initable; field in Antmicro.Renode.Hooks.RiscVCsrPythonEngine
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Python/ |
| D | PythonPeripheral.cs | 20 …mFile(this Machine @this, ReadFilePath path, ulong address, int size, bool initable = false, strin… in PyDevFromFile() 30 …romString(this Machine @this, string script, ulong address, int size, bool initable = false, strin… in PyDevFromString() 44 …public PythonPeripheral(int size, bool initable = false, string script = null, string filename = n… in PythonPeripheral() 213 private readonly bool initable; field in Antmicro.Renode.Peripherals.Python.PythonPeripheral
|