Home
last modified time | relevance | path

Searched defs:cpu (Results 1 – 12 of 12) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/Plugins/
DUbootMode.cs24 public static void EnableUbootMode(this ICPU cpu) in EnableUbootMode()
30 public static void DisableUbootMode(this ICPU cpu) in DisableUbootMode()
36 private static void RelocationHook(ICpuSupportingGdb cpu, ulong address) in RelocationHook()
66 private static bool TryGetRelocAddr(ICpuSupportingGdb cpu, out ulong relocaddr) in TryGetRelocAddr()
DOsSymbolHook.cs23 … public static void Enable(ICPU cpu, string hookSymbol, Action<ICpuSupportingGdb, ulong> hook) in Enable()
37 public static void Disable(ICPU cpu, string hookSymbol) in Disable()
49 …public static void AddSymbolHook(this ICpuSupportingGdb cpu, string hookSymbol, string pythonScrip… in AddSymbolHook()
55 …private static void ConfigureHook(ICPUWithHooks cpu, IMachine machine, string hookName, Action<ICp… in ConfigureHook()
77 public static bool TryGetReturnAddress(ICpuSupportingGdb cpu, out ulong returnAddress) in TryGetReturnAddress()
120 public static bool TryGetFirstParameter(ICpuSupportingGdb cpu, out ulong firstParameter) in TryGetFirstParameter()
DZephyrMode.cs22 public static void EnableZephyrMode(this ICPU cpu) in EnableZephyrMode()
27 public static void DisableZephyrMode(this ICPU cpu) in DisableZephyrMode()
DTimeSkip.cs22 public static void EnableTimeSkip(this ICPU cpu, string symbol, ulong usPerTick = 1) in EnableTimeSkip()
27 public static void DisableTimeSkip(this ICPU cpu, string symbol) { in DisableTimeSkip()
DOsTimeSkipHook.cs22 public static void Enable(ICPU cpu, string symbolHook, ulong usPerTick = 1) in Enable()
30 private static void SkipTimeHook(ICpuSupportingGdb cpu, ulong address, ulong usPerTick) in SkipTimeHook()
/Renode-v1.15.3-c57714d/scripts/pydev/
Dnuvoton_npcx9_bootrom.py54 def bootloader(cpu, addr): argument
94 def hook(cpu, addr): argument
105 def trng_generate(cpu, addr): argument
134 def sha_start(cpu, addr): argument
148 def sha_finish(cpu, addr): argument
175 def sha_update(cpu, addr): argument
208 def download_from_flash(cpu, addr): argument
/Renode-v1.15.3-c57714d/tools/sel4_extensions/
DseL4Extensions.cs31 public SeL4DebugHelper(ICpuSupportingGdb cpu, ulong? debugThreadNameSyscallId) in SeL4DebugHelper()
212 private ulong TryTranslateAddress(ICpuSupportingGdb cpu, ulong virtualAddress) in TryTranslateAddress()
221 private void HandleUnknownSyscall(ICpuSupportingGdb cpu, ulong address) in HandleUnknownSyscall()
252 private void Finalize(ICpuSupportingGdb cpu, ulong address) in Finalize()
259 private void HandleRestoreUserContext(ICpuSupportingGdb cpu, ulong address) in HandleRestoreUserContext()
286 private void HandleThreadSwitch(ICpuSupportingGdb cpu, ulong address) in HandleThreadSwitch()
297 private void HandleBreakpoint(ICpuSupportingGdb cpu, ulong address) in HandleBreakpoint()
310 private void HandleExitUserspace(ICpuSupportingGdb cpu, ulong address) in HandleExitUserspace()
326 private void HandleLookupCapAndSlotAddress(ICpuSupportingGdb cpu, ulong address) in HandleLookupCapAndSlotAddress()
333 private void HandlePostLookupCapAndSlotAddress(ICpuSupportingGdb cpu, ulong address) in HandlePostLookupCapAndSlotAddress()
[all …]
/Renode-v1.15.3-c57714d/scripts/single-node/
Dsegger-rtt.py13 def has_data(cpu, _): argument
17 def read(cpu, _): argument
24 def write(cpu, _): argument
/Renode-v1.15.3-c57714d/src/Renode/Integrations/
DArduinoLoader.cs27 …public static void CreateArduinoLoader(this USBIPServer server, CortexM cpu, ulong binaryLoadAddre… in CreateArduinoLoader()
39 public ArduinoLoader(CortexM cpu, ulong binaryLoadAddress = 0x10000) in ArduinoLoader()
337 private readonly CortexM cpu; field in Antmicro.Renode.Integrations.ArduinoLoader
/Renode-v1.15.3-c57714d/src/Plugins/CoSimulationPlugin/IntegrationLibrary/src/peripherals/
Dcpu-agent.h20 void addCPU(DebuggableCPU *cpu) in addCPU()
352 DebuggableCPU *cpu = nullptr; variable
/Renode-v1.15.3-c57714d/tools/tlib_helper/
Dgdbscript.py192 def _create_pending_breakpoint(self, cpu): argument
290 def get_current_tb(cpu=None): argument
/Renode-v1.15.3-c57714d/tools/execution_tracer/execution_tracer/
Dexecution_tracer_reader.py241 def __init__(self, triple, cpu, llvm_disas_path): argument