Home
last modified time | relevance | path

Searched refs:Lvl3End (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/
H A DTranslationTable.c172 UINTN Lvl3End; in CreateSecondLevelPagingEntryTable() local
223 Lvl3End = SIZE_4KB/sizeof(VTD_SECOND_LEVEL_PAGING_ENTRY) - 1; in CreateSecondLevelPagingEntryTable()
225 Lvl3End = RShiftU64 (EndAddress - 1, 30) & 0x1FF; in CreateSecondLevelPagingEntryTable()
227 …EBUG ((DEBUG_INFO," Lvl4(0x%x): Lvl3Start - 0x%x, Lvl3End - 0x%x\n", Index4, Lvl3Start, Lvl3End)); in CreateSecondLevelPagingEntryTable()
230 for (Index3 = Lvl3Start; Index3 <= Lvl3End; Index3++) { in CreateSecondLevelPagingEntryTable()
257 …FlushPageTableMemory (VtdIndex, (UINTN)&Lvl3PtEntry[Lvl3Start], (UINTN)&Lvl3PtEntry[Lvl3End + 1] -… in CreateSecondLevelPagingEntryTable()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/
H A DTranslationTable.c172 UINTN Lvl3End; in CreateSecondLevelPagingEntryTable() local
223 Lvl3End = SIZE_4KB/sizeof(VTD_SECOND_LEVEL_PAGING_ENTRY) - 1; in CreateSecondLevelPagingEntryTable()
225 Lvl3End = RShiftU64 (EndAddress - 1, 30) & 0x1FF; in CreateSecondLevelPagingEntryTable()
227 …EBUG ((DEBUG_INFO," Lvl4(0x%x): Lvl3Start - 0x%x, Lvl3End - 0x%x\n", Index4, Lvl3Start, Lvl3End)); in CreateSecondLevelPagingEntryTable()
230 for (Index3 = Lvl3Start; Index3 <= Lvl3End; Index3++) { in CreateSecondLevelPagingEntryTable()
257 …FlushPageTableMemory (VtdIndex, (UINTN)&Lvl3PtEntry[Lvl3Start], (UINTN)&Lvl3PtEntry[Lvl3End + 1] -… in CreateSecondLevelPagingEntryTable()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/
H A DTranslationTable.c172 UINTN Lvl3End; in CreateSecondLevelPagingEntryTable() local
223 Lvl3End = SIZE_4KB/sizeof(VTD_SECOND_LEVEL_PAGING_ENTRY) - 1; in CreateSecondLevelPagingEntryTable()
225 Lvl3End = RShiftU64 (EndAddress - 1, 30) & 0x1FF; in CreateSecondLevelPagingEntryTable()
227 …EBUG ((DEBUG_INFO," Lvl4(0x%x): Lvl3Start - 0x%x, Lvl3End - 0x%x\n", Index4, Lvl3Start, Lvl3End)); in CreateSecondLevelPagingEntryTable()
230 for (Index3 = Lvl3Start; Index3 <= Lvl3End; Index3++) { in CreateSecondLevelPagingEntryTable()
257 …FlushPageTableMemory (VtdIndex, (UINTN)&Lvl3PtEntry[Lvl3Start], (UINTN)&Lvl3PtEntry[Lvl3End + 1] -… in CreateSecondLevelPagingEntryTable()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/IntelSiliconPkg/Feature/VTd/IntelVTdDmarPei/
H A DTranslationTable.c103 UINTN Lvl3End; in CreateSecondLevelPagingEntryTable() local
201 Lvl3End = SIZE_4KB / sizeof (VTD_SECOND_LEVEL_PAGING_ENTRY) - 1; in CreateSecondLevelPagingEntryTable()
203 Lvl3End = RShiftU64 (EndAddress - 1, 30) & 0x1FF; in CreateSecondLevelPagingEntryTable()
205 …BUG ((DEBUG_INFO, " Lvl4(0x%x): Lvl3Start - 0x%x, Lvl3End - 0x%x\n", Index4, Lvl3Start, Lvl3End)); in CreateSecondLevelPagingEntryTable()
208 for (Index3 = Lvl3Start; Index3 <= Lvl3End; Index3++) { in CreateSecondLevelPagingEntryTable()
235 …mory (VTdUnitInfo, (UINTN) &Lvl3PtEntry[Lvl3Start], (UINTN) &Lvl3PtEntry[Lvl3End + 1] - (UINTN) &L… in CreateSecondLevelPagingEntryTable()
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/IntelSiliconPkg/Feature/VTd/IntelVTdDxe/
H A DTranslationTable.c190 UINTN Lvl3End; in CreateSecondLevelPagingEntryTable() local
283 Lvl3End = SIZE_4KB/sizeof(VTD_SECOND_LEVEL_PAGING_ENTRY) - 1; in CreateSecondLevelPagingEntryTable()
285 Lvl3End = RShiftU64 (EndAddress - 1, 30) & 0x1FF; in CreateSecondLevelPagingEntryTable()
287 …EBUG ((DEBUG_INFO," Lvl4(0x%x): Lvl3Start - 0x%x, Lvl3End - 0x%x\n", Index4, Lvl3Start, Lvl3End)); in CreateSecondLevelPagingEntryTable()
290 for (Index3 = Lvl3Start; Index3 <= Lvl3End; Index3++) { in CreateSecondLevelPagingEntryTable()
317 …FlushPageTableMemory (VtdIndex, (UINTN)&Lvl3PtEntry[Lvl3Start], (UINTN)&Lvl3PtEntry[Lvl3End + 1] -… in CreateSecondLevelPagingEntryTable()