Home
last modified time | relevance | path

Searched refs:RealModeBuffer (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
DX86Thunk.c108 ASSERT ((UINTN)ThunkContext->RealModeBuffer < 0x100000); in AsmPrepareThunk16()
110 ASSERT ((UINTN)ThunkContext->RealModeBuffer + m16Size <= 0x100000); in AsmPrepareThunk16()
112 CopyMem (ThunkContext->RealModeBuffer, &m16Start, m16Size); in AsmPrepareThunk16()
123 (UINTN)ThunkContext->RealModeBuffer + m16Gdt); in AsmPrepareThunk16()
129 (UINT32)(UINTN)ThunkContext->RealModeBuffer & ~0xf; in AsmPrepareThunk16()
131 (UINT32)(UINTN)ThunkContext->RealModeBuffer >> 16; in AsmPrepareThunk16()
136 *(UINT32*)((UINTN)ThunkContext->RealModeBuffer + mTransition) += in AsmPrepareThunk16()
137 (UINT32)(UINTN)ThunkContext->RealModeBuffer & 0xf; in AsmPrepareThunk16()
155 *(VOID**)((UINTN)ThunkContext->RealModeBuffer + m16GdtrBase) = RealModeGdt; in AsmPrepareThunk16()
160 *(UINT32*)((UINTN)ThunkContext->RealModeBuffer + mThunk16Attr) = in AsmPrepareThunk16()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
DX86Thunk.c133 ASSERT ((UINTN)ThunkContext->RealModeBuffer < 0x100000); in AsmPrepareThunk16()
135 ASSERT ((UINTN)ThunkContext->RealModeBuffer + m16Size <= 0x100000); in AsmPrepareThunk16()
137 CopyMem (ThunkContext->RealModeBuffer, &m16Start, m16Size); in AsmPrepareThunk16()
148 (UINTN)ThunkContext->RealModeBuffer + m16Gdt); in AsmPrepareThunk16()
154 (UINT32)(UINTN)ThunkContext->RealModeBuffer & ~0xf; in AsmPrepareThunk16()
156 (UINT32)(UINTN)ThunkContext->RealModeBuffer >> 16; in AsmPrepareThunk16()
161 *(UINT32*)((UINTN)ThunkContext->RealModeBuffer + mTransition) += in AsmPrepareThunk16()
162 (UINT32)(UINTN)ThunkContext->RealModeBuffer & 0xf; in AsmPrepareThunk16()
180 *(VOID**)((UINTN)ThunkContext->RealModeBuffer + m16GdtrBase) = RealModeGdt; in AsmPrepareThunk16()
185 *(UINT32*)((UINTN)ThunkContext->RealModeBuffer + mThunk16Attr) = in AsmPrepareThunk16()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/
DX86Thunk.c133 ThunkContext->RealModeBuffer >> 4 in AsmThunk16()
186 IN VOID *RealModeBuffer, in AsmThunk16SetProperties() argument
213 ThunkContext->RealModeBuffer = (UINT32)(UINTN)RealModeBuffer; in AsmThunk16SetProperties()
214 ThunkContext->DefaultStack = (UINT32)(ThunkContext->RealModeBuffer + BufferSize); in AsmThunk16SetProperties()
215 EfiCommonLibCopyMem (RealModeBuffer, (VOID*)(UINTN)_Code16Addr, mCode16Size); in AsmThunk16SetProperties()
303 ThunkContext->RealModeBuffer = 0; in AsmThunk16Destroy()
DThunk16Lib.h177 UINT32 RealModeBuffer; member
214 IN VOID *RealModeBuffer,
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
DLegacyBiosThunk.c48 ThunkContext->RealModeBuffer = (VOID*)(UINTN)LegacyRegionBase; in InitializeBiosIntCaller()
180 …Stack16 = (UINT16 *)((UINT8 *) BiosDev->ThunkContext->RealModeBuffer + BiosDev->ThunkContext->Real… in LegacyBiosInt86()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DThunk.c206 …Stack16 = (UINT16 *)((UINT8 *) mThunkContext.RealModeBuffer + mThunkContext.RealModeBufferSize - s… in InternalLegacyBiosFarCall()
369 …mThunkContext.RealModeBuffer = (VOID *) (UINTN) (MemoryAddress + ((sizeof (LOW_MEMORY_THUNK) /… in LegacyBiosInitializeThunk()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGlueBaseLib.h5150 VOID *RealModeBuffer; member
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DBaseLib.h5516 VOID *RealModeBuffer; member