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

/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyRegion.c37 STATIC LEGACY_MEMORY_SECTION_INFO mSectionArray[] = { variable
114 for (Index = 0; Index < (sizeof(mSectionArray) / sizeof (mSectionArray[0])); Index++) {
115 if ((Start >= mSectionArray[Index].Start) && (Start < (mSectionArray[Index].Start + mSectionArray[Index].Length))) {
120 ASSERT (Index < (sizeof(mSectionArray) / sizeof (mSectionArray[0])));
125 for (Index = StartIndex; Index < (sizeof(mSectionArray) / sizeof (mSectionArray[
[all...]

Completed in 41 milliseconds