HomeSort by relevance Sort by last modified time
    Searched refs:IoApic (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Madt/
Madt.h 84 EFI_ACPI_1_0_IO_APIC_STRUCTURE IoApic[EFI_ACPI_IO_APIC_COUNT];
116 EFI_ACPI_2_0_IO_APIC_STRUCTURE IoApic[EFI_ACPI_IO_APIC_COUNT];
160 EFI_ACPI_3_0_IO_APIC_STRUCTURE IoApic[EFI_ACPI_IO_APIC_COUNT];
  /device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
Qemu.c 77 EFI_ACPI_1_0_IO_APIC_STRUCTURE *IoApic;
99 1 * sizeof (*IoApic) +
125 IoApic = Ptr;
126 IoApic->Type = EFI_ACPI_1_0_IO_APIC;
127 IoApic->Length = sizeof (*IoApic);
128 IoApic->IoApicId = (UINT8) CpuCount;
129 IoApic->Reserved = EFI_ACPI_RESERVED_BYTE;
130 IoApic->IoApicAddress = 0xFEC00000;
131 IoApic->SystemVectorBase = 0x00000000;
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/
Madt.aslc 59 EFI_ACPI_1_0_IO_APIC_STRUCTURE IoApic[EFI_ACPI_IO_APIC_COUNT];
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
Madt.h 87 EFI_ACPI_1_0_IO_APIC_STRUCTURE IoApic[EFI_ACPI_IO_APIC_COUNT];
119 EFI_ACPI_2_0_IO_APIC_STRUCTURE IoApic[EFI_ACPI_IO_APIC_COUNT];
MadtPlatform.c 178 EFI_ACPI_2_0_IO_APIC_STRUCTURE *IoApic;
250 IoApic = (EFI_ACPI_2_0_IO_APIC_STRUCTURE *) (&ProcLocalApic[Index]);
251 IoApic->Type = EFI_ACPI_2_0_IO_APIC;
252 IoApic->Length = sizeof (EFI_ACPI_2_0_IO_APIC_STRUCTURE);
253 IoApic->IoApicId = MadtConfigData.MadtIoApicSetting.IoApicId;
254 IoApic->IoApicAddress = MadtConfigData.MadtIoApicSetting.IoApicAddress;
255 IoApic->GlobalSystemInterruptBase = MadtConfigData.MadtIoApicSetting.GlobalInterruptBase;
257 InterruptSourceOverride = (EFI_ACPI_2_0_INTERRUPT_SOURCE_OVERRIDE_STRUCTURE *) (IoApic + 1);
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/BaseIoApicLib/
IoApicLib.c 27 #include <Register/IoApic.h>
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/HpetTimerDxe/
HpetTimer.c 29 #include <Register/IoApic.h>
600 // Program IOAPIC register with APIC ID of current BSP in case BSP has been switched
    [all...]

Completed in 522 milliseconds