Searched defs:HandlerIndex (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
H A DPlDebugSupport.c139 @param HandlerIndex Index of the Handler
145 UINTN HandlerIndex,
156 if (HandlerIndex < 20) {
160 TempPtr += 0x400 * HandlerIndex;
165 TempPtr += 0x5000 + 0x100 * (HandlerIndex - 20);
144 GetHandlerEntryPoint( UINTN HandlerIndex, VOID **EntryPoint ) argument

Completed in 41 milliseconds