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

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
LegacyBios.h 194 UINT32 IrqRoutingTablePointer;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
LegacyBios.h 150 /// The EfiCompatibility code will fill in the IrqRoutingTablePointer value and
153 UINT32 IrqRoutingTablePointer;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyPci.c 831 Private->Legacy16Table->IrqRoutingTablePointer = (UINT32) (Regs.X.DS * 16 + Regs.X.BX);
835 DEBUG ((EFI_D_INFO, "PIRQ table in legacy region - %x\n", Private->Legacy16Table->IrqRoutingTablePointer));
838 (VOID *) (UINTN)Private->Legacy16Table->IrqRoutingTablePointer,
    [all...]

Completed in 6962 milliseconds