diff options
Diffstat (limited to 'UefiCpuPkg')
-rw-r--r-- | UefiCpuPkg/CpuDxe/CpuDxe.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.c b/UefiCpuPkg/CpuDxe/CpuDxe.c index 35fba39b43..c5f3bb76f4 100644 --- a/UefiCpuPkg/CpuDxe/CpuDxe.c +++ b/UefiCpuPkg/CpuDxe/CpuDxe.c @@ -114,6 +114,14 @@ UINT32 mErrorCodeFlag = 0x00027d00; //
// Local function prototypes
//
+
+/**
+ Set Interrupt Descriptor Table Handler Address.
+
+ @param Index The Index of the interrupt descriptor table handle.
+ @param Handler Handler address.
+
+**/
VOID
SetInterruptDescriptorTableHandlerAddress (
IN UINTN Index,
@@ -1014,7 +1022,13 @@ RefreshGcdMemoryAttributes ( mIsFlushingGCD = FALSE;
}
+/**
+ Set Interrupt Descriptor Table Handler Address.
+
+ @param Index The Index of the interrupt descriptor table handle.
+ @param Handler Handler address.
+**/
VOID
SetInterruptDescriptorTableHandlerAddress (
IN UINTN Index,
|