Home
last modified time | relevance | path

Searched defs:bootargs (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/
DMachineExtensions.cs41 …public static void LoadAtags(this IBusController bus, String bootargs, uint memorySize, uint begin… in LoadAtags()
53 …void LoadFdt(this IBusController sysbus, string file, ulong address, string bootargs = null, bool … in LoadFdt()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs35 public static List<UInt32> CreateAtags(string bootargs, uint memorySize) in CreateAtags()