Home
last modified time | relevance | path

Searched refs:InterruptRedirectionCode (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
DIpfThunk.i67 #define InterruptRedirectionCode EfiToLegacy16BootTableEnd macro
68 #define PciHandler InterruptRedirectionCode + 32
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
DLegacyBiosThunk.c75 UINT32 InterruptRedirectionCode[] = { in InitializeInterruptRedirection() local
89 LegacyRegionLength = sizeof(InterruptRedirectionCode); in InitializeInterruptRedirection()
102 …CopyMem ((VOID *)(UINTN)LegacyRegionBase, InterruptRedirectionCode, sizeof (InterruptRedirectionCo… in InitializeInterruptRedirection()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyBiosInterface.h294 CHAR8 InterruptRedirectionCode[32]; member
339 CHAR8 InterruptRedirectionCode[32]; member
412 CHAR8 InterruptRedirectionCode[32]; member
DLegacyBios.c1099 Private->IntThunk->InterruptRedirectionCode, in LegacyBiosInstall()
1101 sizeof (Private->IntThunk->InterruptRedirectionCode) in LegacyBiosInstall()
1109 IntRedirCode = (UINT32) (UINTN) Private->IntThunk->InterruptRedirectionCode; in LegacyBiosInstall()