HomeSort by relevance Sort by last modified time
    Searched refs:OffsetLow (Results 1 - 24 of 24) sorted by null

  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/IA32/
SetIdtEntry.c 25 UINT16 OffsetLow;
56 IdtEntry->OffsetLow = (UINT16)S3DebugBuffer;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
ArchDebugSupport.c 50 IdtEntry[Index].Bits.OffsetLow = (UINT16)(UINTN)InterruptHandler;
57 IdtEntry[DEBUG_TIMER_VECTOR].Bits.OffsetLow = (UINT16)(UINTN)InterruptHandler;
91 return (VOID *) (((UINTN)IdtEntry[ExceptionNum].Bits.OffsetLow) |
114 IdtEntry[ExceptionNum].Bits.OffsetLow = (UINT16)(UINTN)ExceptionHandler;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
ArchDebugSupport.c 50 IdtEntry[Index].Bits.OffsetLow = (UINT16)(UINTN)InterruptHandler;
58 IdtEntry[DEBUG_TIMER_VECTOR].Bits.OffsetLow = (UINT16)(UINTN)InterruptHandler;
93 return (VOID *) (IdtEntry[ExceptionNum].Bits.OffsetLow |
117 IdtEntry[ExceptionNum].Bits.OffsetLow = (UINT16)(UINTN)ExceptionHandler;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/Ia32/
IntHandlerFuncs.c 41 InterruptHandler = IdtEntry[InterruptType].Bits.OffsetLow +
76 IdtEntry[1].Bits.OffsetLow = (UINT16)(UINTN)InterruptHandler;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/X64/
IntHandlerFuncs.c 41 InterruptHandler = IdtEntry[InterruptType].Bits.OffsetLow +
77 IdtEntry[1].Bits.OffsetLow = (UINT16)(UINTN)InterruptHandler;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/IA32/
SetIdtEntry.c 54 IdtEntry->Bits.OffsetLow = (UINT16)S3DebugBuffer;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
PlDebugSupportIa32.c 35 // InterruptHandle 0-15 : OffsetLow
38 ((UINT16 *) &InterruptHandle)[0] = (UINT16) IdtGateDescriptor->Bits.OffsetLow;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
PlDebugSupportX64.c 35 // InterruptHandle 0-15 : OffsetLow
39 InterruptHandle = ((UINTN) IdtGateDecriptor->Bits.OffsetLow) |
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
PageTbl.c 46 IdtEntry->Bits.OffsetLow = (UINT16)PageFaultHandlerHookAddress;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ArchExceptionHandler.c 31 IdtEntry->Bits.OffsetLow = (UINT16)(UINTN)InterruptHandler;
47 return (UINTN)IdtEntry->Bits.OffsetLow + (((UINTN)IdtEntry->Bits.OffsetHigh) << 16);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/X64/
DispatchExecute.c 43 UINT32 OffsetLow:16; ///< Offset bits 15..0.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/
SetIdtEntry.c 76 mOriginalHandler = (VOID *)(UINTN)(LShiftU64 (IdtEntry->Bits.OffsetUpper, 32) + IdtEntry->Bits.OffsetLow + (IdtEntry->Bits.OffsetHigh << 16));
77 IdtEntry->Bits.OffsetLow = (UINT16)PageFaultHandlerHookAddress;
163 IdtEntry->Bits.OffsetLow = (UINT16)S3DebugBuffer;
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/
SecFsp.c 38 Entry = (IdtGateDescriptor->Bits.OffsetHigh << 16) | IdtGateDescriptor->Bits.OffsetLow;
41 IdtGateDescriptor->Bits.OffsetLow = (UINT16)Entry;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/X64/
X64Entry.c 85 PageFaultContext->OriginalHandler = (VOID *)(UINTN)(LShiftU64 (IdtEntry->Bits.OffsetUpper, 32) + IdtEntry->Bits.OffsetLow + (IdtEntry->Bits.OffsetHigh << 16));
86 IdtEntry->Bits.OffsetLow = (UINT16)PageFaultHandlerHookAddress;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ArchExceptionHandler.c 30 IdtEntry->Bits.OffsetLow = (UINT16)(UINTN)InterruptHandler;
47 return IdtEntry->Bits.OffsetLow + (((UINTN) IdtEntry->Bits.OffsetHigh) << 16) +
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Ia32/
DxeLoadFunc.c 300 IdtTable[Index].Ia32IdtEntry.Bits.OffsetLow = (UINT16) VectorAddress;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugAgent.h 155 UINT32 OffsetLow:16; ///< Offset bits 15..0.
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/
DxeDebugAgentLib.c 515 MailboxLocation = (UINT64 *) (UINTN) (Ia32IdtEntry[DEBUG_MAILBOX_VECTOR].Bits.OffsetLow +
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgent/
SmmDebugAgentLib.c 331 MailboxLocation = (UINT64 *) (UINTN) (Ia32IdtEntry[DEBUG_MAILBOX_VECTOR].Bits.OffsetLow +
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgent/
SecPeiDebugAgentLib.c 585 MailboxLocationPointer = (UINT64 *) (UINTN) (Ia32IdtEntry[DEBUG_MAILBOX_VECTOR].Bits.OffsetLow +
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
PageTbl.c 154 IdtEntry->Bits.OffsetLow = (UINT16)PageFaultHandlerHookAddress;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/SmmBaseHelper/
SmmBaseHelper.c 426 mOriginalHandler = (VOID *)(UINTN)(LShiftU64 (OffsetUpper, 32) + IdtGateDesc[14].Bits.OffsetLow + (IdtGateDesc[14].Bits.OffsetHigh << 16));
427 IdtGateDesc[14].Bits.OffsetLow = (UINT32)((UINTN)PageFaultHandlerHook & ((1 << 16) - 1));
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
BaseLib.h     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h     [all...]

Completed in 481 milliseconds