/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/ |
D | ArchDebugSupport.c | 50 IdtEntry[Index].Bits.OffsetLow = (UINT16)(UINTN)InterruptHandler; in InitializeDebugIdt() 57 IdtEntry[DEBUG_TIMER_VECTOR].Bits.OffsetLow = (UINT16)(UINTN)InterruptHandler; in InitializeDebugIdt() 91 return (VOID *) (((UINTN)IdtEntry[ExceptionNum].Bits.OffsetLow) | in GetExceptionHandlerInIdtEntry() 114 IdtEntry[ExceptionNum].Bits.OffsetLow = (UINT16)(UINTN)ExceptionHandler; in SetExceptionHandlerInIdtEntry()
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/ |
D | ArchDebugSupport.c | 50 IdtEntry[Index].Bits.OffsetLow = (UINT16)(UINTN)InterruptHandler; in InitializeDebugIdt() 58 IdtEntry[DEBUG_TIMER_VECTOR].Bits.OffsetLow = (UINT16)(UINTN)InterruptHandler; in InitializeDebugIdt() 93 return (VOID *) (IdtEntry[ExceptionNum].Bits.OffsetLow | in GetExceptionHandlerInIdtEntry() 117 IdtEntry[ExceptionNum].Bits.OffsetLow = (UINT16)(UINTN)ExceptionHandler; in SetExceptionHandlerInIdtEntry()
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/IA32/ |
D | SetIdtEntry.c | 25 UINT16 OffsetLow; member 56 IdtEntry->OffsetLow = (UINT16)S3DebugBuffer; in SetIdtEntry()
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/Ia32/ |
D | IntHandlerFuncs.c | 41 InterruptHandler = IdtEntry[InterruptType].Bits.OffsetLow + in CheckDebugAgentHandler() 76 IdtEntry[1].Bits.OffsetLow = (UINT16)(UINTN)InterruptHandler; in SaveAndUpdateIdtEntry1()
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/X64/ |
D | IntHandlerFuncs.c | 41 InterruptHandler = IdtEntry[InterruptType].Bits.OffsetLow + in CheckDebugAgentHandler() 77 IdtEntry[1].Bits.OffsetLow = (UINT16)(UINTN)InterruptHandler; in SaveAndUpdateIdtEntry1()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/ |
D | SetIdtEntry.c | 76 …D *)(UINTN)(LShiftU64 (IdtEntry->Bits.OffsetUpper, 32) + IdtEntry->Bits.OffsetLow + (IdtEntry->Bit… in HookPageFaultHandler() 77 IdtEntry->Bits.OffsetLow = (UINT16)PageFaultHandlerHookAddress; in HookPageFaultHandler() 163 IdtEntry->Bits.OffsetLow = (UINT16)S3DebugBuffer; in SetIdtEntry()
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/FspSecCore/ |
D | SecFsp.c | 38 Entry = (IdtGateDescriptor->Bits.OffsetHigh << 16) | IdtGateDescriptor->Bits.OffsetLow; in FspGetExceptionHandler() 41 IdtGateDescriptor->Bits.OffsetLow = (UINT16)Entry; in FspGetExceptionHandler()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/IA32/ |
D | SetIdtEntry.c | 54 IdtEntry->Bits.OffsetLow = (UINT16)S3DebugBuffer; in SetIdtEntry()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ |
D | ArchExceptionHandler.c | 31 IdtEntry->Bits.OffsetLow = (UINT16)(UINTN)InterruptHandler; in ArchUpdateIdtEntry() 47 return (UINTN)IdtEntry->Bits.OffsetLow + (((UINTN)IdtEntry->Bits.OffsetHigh) << 16); in ArchGetIdtHandler()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/ |
D | PlDebugSupportIa32.c | 38 ((UINT16 *) &InterruptHandle)[0] = (UINT16) IdtGateDescriptor->Bits.OffsetLow; in GetInterruptHandleFromIdt()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/ |
D | PlDebugSupportX64.c | 39 InterruptHandle = ((UINTN) IdtGateDecriptor->Bits.OffsetLow) | in GetInterruptHandleFromIdt()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ |
D | ArchExceptionHandler.c | 30 IdtEntry->Bits.OffsetLow = (UINT16)(UINTN)InterruptHandler; in ArchUpdateIdtEntry() 47 return IdtEntry->Bits.OffsetLow + (((UINTN) IdtEntry->Bits.OffsetHigh) << 16) + in ArchGetIdtHandler()
|
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/ |
D | SecFsp.c | 38 Entry = (IdtGateDescriptor->Bits.OffsetHigh << 16) | IdtGateDescriptor->Bits.OffsetLow; in FspGetExceptionHandler() 41 IdtGateDescriptor->Bits.OffsetLow = (UINT16)Entry; in FspGetExceptionHandler()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/X64/ |
D | X64Entry.c | 85 …D *)(UINTN)(LShiftU64 (IdtEntry->Bits.OffsetUpper, 32) + IdtEntry->Bits.OffsetLow + (IdtEntry->Bit… in HookPageFaultHandler() 86 IdtEntry->Bits.OffsetLow = (UINT16)PageFaultHandlerHookAddress; in HookPageFaultHandler()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/X64/ |
D | DispatchExecute.c | 43 UINT32 OffsetLow:16; ///< Offset bits 15..0. member
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/ |
D | PageTbl.c | 45 IdtEntry->Bits.OffsetLow = (UINT16)PageFaultHandlerHookAddress; in SmmInitPageTable()
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/ |
D | DebugAgent.h | 156 UINT32 OffsetLow:16; ///< Offset bits 15..0. member
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgent/ |
D | SmmDebugAgentLib.c | 339 MailboxLocation = (UINT64 *) (UINTN) (Ia32IdtEntry[DEBUG_MAILBOX_VECTOR].Bits.OffsetLow + in InitializeDebugAgent()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Ia32/ |
D | DxeLoadFunc.c | 301 IdtTable[Index].Ia32IdtEntry.Bits.OffsetLow = (UINT16) VectorAddress; in HandOffToDxeCore()
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/ |
D | DxeDebugAgentLib.c | 515 MailboxLocation = (UINT64 *) (UINTN) (Ia32IdtEntry[DEBUG_MAILBOX_VECTOR].Bits.OffsetLow + in InitializeDebugAgent()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/ |
D | SmmBaseHelper.c | 423 …mOriginalHandler = (VOID *)(UINTN)(LShiftU64 (OffsetUpper, 32) + IdtGateDesc[14].Bits.OffsetLow + … in HookPageFaultHandler() 424 IdtGateDesc[14].Bits.OffsetLow = (UINT32)((UINTN)PageFaultHandlerHook & ((1 << 16) - 1)); in HookPageFaultHandler()
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgent/ |
D | SecPeiDebugAgentLib.c | 585 … MailboxLocationPointer = (UINT64 *) (UINTN) (Ia32IdtEntry[DEBUG_MAILBOX_VECTOR].Bits.OffsetLow + in InitializeDebugAgent()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/ |
D | PageTbl.c | 309 IdtEntry->Bits.OffsetLow = (UINT16)PageFaultHandlerHookAddress; in SmmInitPageTable()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
D | BaseLib.h | 5543 UINT32 OffsetLow:16; ///< Offset bits 15..0. member 5560 UINT32 OffsetLow:16; ///< Offset bits 15..0. member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
D | EdkIIGlueBaseLib.h | 5063 UINT32 OffsetLow:16; // Offset bits 15..0 member
|