Searched defs:RealModeBufferSize (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DX86Thunk.c51 buffer size is returned in RealModeBufferSize, and the stack size is returned
56 If RealModeBufferSize is NULL, then ASSERT().
59 @param RealModeBufferSize A pointer to the size of the buffer below 1MB
70 OUT UINT32 *RealModeBufferSize,
74 ASSERT (RealModeBufferSize != NULL);
77 *RealModeBufferSize = m16Size;
109 ASSERT (ThunkContext->RealModeBufferSize >= m16Size);
227 ASSERT (ThunkContext->RealModeBufferSize >= m16Size);
69 AsmGetThunk16Properties( OUT UINT32 *RealModeBufferSize, OUT UINT32 *ExtraStackSize ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DBaseLib.h5092 UINT32 RealModeBufferSize; member in struct:__anon11947
7084 buffer size is returned in RealModeBufferSize, and the stack size is returned
7089 If RealModeBufferSize is NULL, then ASSERT().
7092 @param RealModeBufferSize A pointer to the size of the buffer below 1MB
7103 OUT UINT32 *RealModeBufferSize,

Completed in 53 milliseconds