OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntThunk
(Results
1 - 10
of
10
) sorted by null
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
Thunk.c
25
Private->
IntThunk
. These values are used by the Thunk code.
125
@param
IntThunk
Low memory thunk.
133
LOW_MEMORY_THUNK *
IntThunk
167
LOW_MEMORY_THUNK *
IntThunk
;
172
IntThunk
= Private->
IntThunk
;
177
ZeroMem (&(
IntThunk
->RealModeGdt[0]), sizeof (GDT32));
182
CodeGdt = &(
IntThunk
->RealModeGdt[1]);
205
Base = (*((UINT32 *) &
IntThunk
->Code));
213
DataGdt = &(
IntThunk
->RealModeGdt[2]);
[
all
...]
IpfThunk.h
28
@param
IntThunk
Low memory thunk.
36
LOW_MEMORY_THUNK *
IntThunk
43
@param IntThunkAddress
IntThunk
Address
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyCmos.c
112
if (Private->
IntThunk
->EfiToLegacy16InitTable.OsMemoryAbove1Mb < (15 * SIZE_1MB)) {
113
Size = Private->
IntThunk
->EfiToLegacy16InitTable.OsMemoryAbove1Mb >> 10;
LegacyPci.c
951
Private->
IntThunk
->PciHandler.PciBus = (UINT8) PciBus;
952
Private->
IntThunk
->PciHandler.PciDeviceFun = (UINT8) ((PciDevice << 3) + PciFunction);
953
Private->
IntThunk
->PciHandler.PciSegment = (UINT8) PciSegment;
954
Private->
IntThunk
->PciHandler.PciClass = PciConfigHeader->Hdr.ClassCode[2];
955
Private->
IntThunk
->PciHandler.PciSubclass = PciConfigHeader->Hdr.ClassCode[1];
956
Private->
IntThunk
->PciHandler.PciInterface = PciConfigHeader->Hdr.ClassCode[0];
964
Private->
IntThunk
->PciHandler.PrimaryBusMaster = (UINT16)(PciConfigHeader->Device.Bar[4] & 0xfffc);
966
Private->
IntThunk
->PciHandler.PrimaryIrq = PciIrq;
967
Private->
IntThunk
->PciHandler.PrimaryBase = (UINT16) (PciConfigHeader->Device.Bar[0] & 0xfffc);
968
Private->
IntThunk
->PciHandler.PrimaryControl = (UINT16) ((PciConfigHeader->Device.Bar[1] & 0xfffc) + 2);
[
all
...]
LegacyBbs.c
195
HddInfo = &Private->
IntThunk
->EfiToLegacy16BootTable.HddInfo[0];
305
EfiToLegacy16BootTable = &Private->
IntThunk
->EfiToLegacy16BootTable;
382
*BbsCount = (UINT16) (sizeof (Private->
IntThunk
->BbsTable) / sizeof (BBS_TABLE));
LegacyBios.c
289
EfiToLegacy16BootTable = &Private->
IntThunk
->EfiToLegacy16BootTable;
371
EfiToLegacy16InitTable = &Private->
IntThunk
->EfiToLegacy16InitTable;
373
Private->Legacy16BootPtr = &Private->
IntThunk
->EfiToLegacy16BootTable;
380
Private->HddTablePtr = &Private->
IntThunk
->EfiToLegacy16BootTable.HddInfo;
550
BbsTable = (BBS_TABLE *)(UINTN)Private->
IntThunk
->BbsTable;
551
ZeroMem ((VOID *)BbsTable, sizeof (Private->
IntThunk
->BbsTable));
560
for (Index = 0; Index < (sizeof (Private->
IntThunk
->BbsTable) / sizeof (BBS_TABLE)); Index++) {
[
all
...]
LegacyBootSupport.c
252
EfiToLegacy16BootTable = &Private->
IntThunk
->EfiToLegacy16BootTable;
473
HddInfo = &Private->
IntThunk
->EfiToLegacy16BootTable.HddInfo[0];
894
EfiToLegacy16BootTable = &Private->
IntThunk
->EfiToLegacy16BootTable;
[
all
...]
LegacySio.c
57
SioPtr = &Private->
IntThunk
->EfiToLegacy16BootTable.SioData;
LegacyBiosInterface.h
594
LOW_MEMORY_THUNK *
IntThunk
;
[
all
...]
Thunk.c
367
MemoryAddress = (EFI_PHYSICAL_ADDRESS) (UINTN) Private->
IntThunk
;
Completed in 266 milliseconds