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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DThunk.c19 THUNK_CONTEXT mThunkContext; variable
206 Stack16 = (UINT16 *)((UINT8 *) mThunkContext.RealModeBuffer + mThunkContext.RealModeBufferSize - sizeof (UINT16));
275 mThunkContext.RealModeState = &ThunkRegSet;
283 AsmThunk16 (&mThunkContext);
315 mThunkContext.RealModeState = NULL;
369 mThunkContext.RealModeBuffer = (VOID *) (UINTN) (MemoryAddress + ((sizeof (LOW_MEMORY_THUNK) / EFI_PAGE_SIZE) + 1) * EFI_PAGE_SIZE);
370 mThunkContext.RealModeBufferSize = EFI_PAGE_SIZE;
371 mThunkContext.ThunkAttributes = THUNK_ATTRIBUTE_BIG_REAL_MODE | THUNK_ATTRIBUTE_DISABLE_A20_MASK_INT_15;
373 AsmPrepareThunk16 (&mThunkContext);
[all...]

Completed in 294 milliseconds