Home
last modified time | relevance | path

Searched refs:mThunkContext (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DThunk.c19 THUNK_CONTEXT mThunkContext; variable
206 …Stack16 = (UINT16 *)((UINT8 *) mThunkContext.RealModeBuffer + mThunkContext.RealModeBufferSize - s… in InternalLegacyBiosFarCall()
275 mThunkContext.RealModeState = &ThunkRegSet; in InternalLegacyBiosFarCall()
283 AsmThunk16 (&mThunkContext); in InternalLegacyBiosFarCall()
315 mThunkContext.RealModeState = NULL; in InternalLegacyBiosFarCall()
369mThunkContext.RealModeBuffer = (VOID *) (UINTN) (MemoryAddress + ((sizeof (LOW_MEMORY_THUNK) /… in LegacyBiosInitializeThunk()
370 mThunkContext.RealModeBufferSize = EFI_PAGE_SIZE; in LegacyBiosInitializeThunk()
371mThunkContext.ThunkAttributes = THUNK_ATTRIBUTE_BIG_REAL_MODE | THUNK_ATTRIBUTE_DISABLE_A20_MAS… in LegacyBiosInitializeThunk()
373 AsmPrepareThunk16 (&mThunkContext); in LegacyBiosInitializeThunk()
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
DBiosVideo.c40 THUNK_CONTEXT mThunkContext; variable
302 InitializeBiosIntCaller(&mThunkContext); in BiosVideoDriverBindingStart()
314 &mThunkContext, in BiosVideoDriverBindingStart()