Home
last modified time | relevance | path

Searched refs:S3DebugBuffer (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/IA32/
DSetIdtEntry.c32 UINTN S3DebugBuffer; in SetIdtEntry() local
51 S3DebugBuffer = (UINTN) (AcpiS3Context->S3DebugBufferAddress); in SetIdtEntry()
52 if (*(UINTN *)S3DebugBuffer != (UINTN) -1) { in SetIdtEntry()
54 IdtEntry->Bits.OffsetLow = (UINT16)S3DebugBuffer; in SetIdtEntry()
58 IdtEntry->Bits.OffsetHigh = (UINT16)(S3DebugBuffer >> 16); in SetIdtEntry()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/BootScriptExecutorDxe/IA32/
DSetIdtEntry.c47 UINTN S3DebugBuffer; in SetIdtEntry() local
54 S3DebugBuffer = (UINTN) (AcpiS3Context->S3DebugBufferAddress); in SetIdtEntry()
56 IdtEntry->OffsetLow = (UINT16)S3DebugBuffer; in SetIdtEntry()
59 IdtEntry->OffsetHigh = (UINT16)(S3DebugBuffer >> 16); in SetIdtEntry()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/
DSetIdtEntry.c141 UINTN S3DebugBuffer; in SetIdtEntry() local
160 S3DebugBuffer = (UINTN) (AcpiS3Context->S3DebugBufferAddress); in SetIdtEntry()
161 if (*(UINTN *)S3DebugBuffer != (UINTN) -1) { in SetIdtEntry()
163 IdtEntry->Bits.OffsetLow = (UINT16)S3DebugBuffer; in SetIdtEntry()
167 IdtEntry->Bits.OffsetHigh = (UINT16)(S3DebugBuffer >> 16); in SetIdtEntry()
168 IdtEntry->Bits.OffsetUpper = (UINT32)(S3DebugBuffer >> 32); in SetIdtEntry()