Home
last modified time | relevance | path

Searched refs:memorySize (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() argument
43 var atags = Misc.CreateAtags(bootargs, memorySize); in LoadAtags()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DMisc.cs35 public static List<UInt32> CreateAtags(string bootargs, uint memorySize) in CreateAtags() argument
46 memorySize, in CreateAtags()