Home
last modified time | relevance | path

Searched refs:RootSystemDescriptionTable (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/X86/ACPI/
DRootSystemDescriptionTable.cs14 public struct RootSystemDescriptionTable struct
16 …public RootSystemDescriptionTable(uint pointerToOtherSystemDescriptionTable0, uint pointerToOtherS… in RootSystemDescriptionTable() argument
20 TableLength = (uint)Packet.CalculateLength<RootSystemDescriptionTable>() in RootSystemDescriptionTable()
DACPIExtensions.cs27 … rootSystemDescriptionTableOffset + (uint)Packet.CalculateLength<RootSystemDescriptionTable>(); in GenerateACPITable()
31 …var rootSystemDescriptionTable = new RootSystemDescriptionTable(fixedACPIDescriptionTableAddress, … in GenerateACPITable()