Home
last modified time | relevance | path

Searched refs:OffsetLow (Results 1 – 25 of 25) sorted by relevance

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
DArchDebugSupport.c50 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/
DArchDebugSupport.c50 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/
DSetIdtEntry.c25 UINT16 OffsetLow; member
56 IdtEntry->OffsetLow = (UINT16)S3DebugBuffer; in SetIdtEntry()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/Ia32/
DIntHandlerFuncs.c41 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/
DIntHandlerFuncs.c41 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/
DSetIdtEntry.c76 …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/
DSecFsp.c38 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/
DSetIdtEntry.c54 IdtEntry->Bits.OffsetLow = (UINT16)S3DebugBuffer; in SetIdtEntry()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
DArchExceptionHandler.c31 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/
DPlDebugSupportIa32.c38 ((UINT16 *) &InterruptHandle)[0] = (UINT16) IdtGateDescriptor->Bits.OffsetLow; in GetInterruptHandleFromIdt()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
DPlDebugSupportX64.c39 InterruptHandle = ((UINTN) IdtGateDecriptor->Bits.OffsetLow) | in GetInterruptHandleFromIdt()
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/
DSecFsp.c38 Entry = (IdtGateDescriptor->Bits.OffsetHigh << 16) | IdtGateDescriptor->Bits.OffsetLow; in FspGetExceptionHandler()
41 IdtGateDescriptor->Bits.OffsetLow = (UINT16)Entry; in FspGetExceptionHandler()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
DArchExceptionHandler.c30 IdtEntry->Bits.OffsetLow = (UINT16)(UINTN)InterruptHandler; in ArchUpdateIdtEntry()
47 return IdtEntry->Bits.OffsetLow + (((UINTN) IdtEntry->Bits.OffsetHigh) << 16) + in ArchGetIdtHandler()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/X64/
DX64Entry.c85 …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/
DDispatchExecute.c43 UINT32 OffsetLow:16; ///< Offset bits 15..0. member
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
DPageTbl.c45 IdtEntry->Bits.OffsetLow = (UINT16)PageFaultHandlerHookAddress; in SmmInitPageTable()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgent/
DSmmDebugAgentLib.c339 MailboxLocation = (UINT64 *) (UINTN) (Ia32IdtEntry[DEBUG_MAILBOX_VECTOR].Bits.OffsetLow + in InitializeDebugAgent()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugAgent.h156 UINT32 OffsetLow:16; ///< Offset bits 15..0. member
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Ia32/
DDxeLoadFunc.c301 IdtTable[Index].Ia32IdtEntry.Bits.OffsetLow = (UINT16) VectorAddress; in HandOffToDxeCore()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/
DDxeDebugAgentLib.c515 MailboxLocation = (UINT64 *) (UINTN) (Ia32IdtEntry[DEBUG_MAILBOX_VECTOR].Bits.OffsetLow + in InitializeDebugAgent()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
DSmmBaseHelper.c423 …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/
DSecPeiDebugAgentLib.c585 … MailboxLocationPointer = (UINT64 *) (UINTN) (Ia32IdtEntry[DEBUG_MAILBOX_VECTOR].Bits.OffsetLow + in InitializeDebugAgent()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
DPageTbl.c309 IdtEntry->Bits.OffsetLow = (UINT16)PageFaultHandlerHookAddress; in SmmInitPageTable()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DBaseLib.h5543 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/
DEdkIIGlueBaseLib.h5063 UINT32 OffsetLow:16; // Offset bits 15..0 member