Searched refs:PciWindow64 (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/ |
D | Qemu.c | 201 PCI_WINDOW PciWindow64; member 291 FwData->PciWindow64.Base = 0; in PopulateFwData() 292 FwData->PciWindow64.End = 0; in PopulateFwData() 293 FwData->PciWindow64.Length = 0; in PopulateFwData() 311 FwData->PciWindow64.Base, in PopulateFwData() 312 FwData->PciWindow64.End, in PopulateFwData() 313 FwData->PciWindow64.Length in PopulateFwData()
|
/device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/ |
D | Dsdt.asl | 142 P1S, 64, // PciWindow64.Base 143 P1E, 64, // PciWindow64.End 144 P1L, 64 // PciWindow64.Length 153 P1SL, 32, // PciWindow64.Base, low 32 bits 154 P1SH, 32, // PciWindow64.Base, high 32 bits 155 P1EL, 32, // PciWindow64.End, low 32 bits 156 P1EH, 32, // PciWindow64.End, high 32 bits 157 P1LL, 32, // PciWindow64.Length, low 32 bits 158 P1LH, 32 // PciWindow64.Length, high 32 bits
|