Home
last modified time | relevance | path

Searched refs:RealModeBufferSize (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
DX86Thunk.c70 OUT UINT32 *RealModeBufferSize, in AsmGetThunk16Properties() argument
74 ASSERT (RealModeBufferSize != NULL); in AsmGetThunk16Properties()
77 *RealModeBufferSize = m16Size; in AsmGetThunk16Properties()
109 ASSERT (ThunkContext->RealModeBufferSize >= m16Size); in AsmPrepareThunk16()
227 ASSERT (ThunkContext->RealModeBufferSize >= m16Size); in AsmThunk16()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
DX86Thunk.c98 OUT UINT32 *RealModeBufferSize, in AsmGetThunk16Properties() argument
102 ASSERT (RealModeBufferSize != NULL); in AsmGetThunk16Properties()
105 *RealModeBufferSize = m16Size; in AsmGetThunk16Properties()
134 ASSERT (ThunkContext->RealModeBufferSize >= m16Size); in AsmPrepareThunk16()
213 ASSERT (ThunkContext->RealModeBufferSize >= m16Size); in AsmThunk16()
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
DLegacyBiosThunk.c30 UINT32 RealModeBufferSize; in InitializeBiosIntCaller() local
37 AsmGetThunk16Properties (&RealModeBufferSize, &ExtraStackSize); in InitializeBiosIntCaller()
38 LegacyRegionSize = (((RealModeBufferSize + ExtraStackSize) / EFI_PAGE_SIZE) + 1) * EFI_PAGE_SIZE; in InitializeBiosIntCaller()
49 ThunkContext->RealModeBufferSize = LegacyRegionSize; in InitializeBiosIntCaller()
180 … *) BiosDev->ThunkContext->RealModeBuffer + BiosDev->ThunkContext->RealModeBufferSize - sizeof (UI… in LegacyBiosInt86()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DThunk.c206 …Stack16 = (UINT16 *)((UINT8 *) mThunkContext.RealModeBuffer + mThunkContext.RealModeBufferSize - s… in InternalLegacyBiosFarCall()
370 mThunkContext.RealModeBufferSize = EFI_PAGE_SIZE; in LegacyBiosInitializeThunk()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
DEdkIIGlueBaseLib.h5151 UINT32 RealModeBufferSize; member
7135 OUT UINT32 *RealModeBufferSize,
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DBaseLib.h5517 UINT32 RealModeBufferSize; member
7538 OUT UINT32 *RealModeBufferSize,