MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / IsXsdtEntryMerged

Function IsXsdtEntryMerged

rEFIt_UEFI/Platform/AcpiPatcher.cpp:160–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160BOOLEAN IsXsdtEntryMerged(UINT32 Index)
161{
162 if (!XsdtReplaceSizes) {
163 return FALSE;
164 }
165 return 0 != XsdtReplaceSizes[Index];
166}
167
168UINT32* ScanRSDT2(UINT32 Signature, UINT64 TableId, UINTN MatchIndex)
169{

Callers 3

DropTableFromRSDTFunction · 0.85
DropTableFromXSDTFunction · 0.85
PatchAllTablesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected