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