Home
last modified time | relevance | path

Searched refs:RmrrSecondLevelPagingEntry (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/IntelSiliconPkg/Feature/VTd/IntelVTdDmarPei/
H A DIntelVTdDmarPei.c386 if (VTdInfo->VtdUnitInfo[Index].RmrrSecondLevelPagingEntry) { in ReleaseVTdInfo()
387 FreePages ((VOID *) (UINTN) VTdInfo->VtdUnitInfo[Index].RmrrSecondLevelPagingEntry, 1); in ReleaseVTdInfo()
388 VTdInfo->VtdUnitInfo[Index].RmrrSecondLevelPagingEntry = 0; in ReleaseVTdInfo()
H A DIntelVTdDmarPei.h34 UINT32 RmrrSecondLevelPagingEntry; member
H A DTranslationTable.c1015 if (VTdInfo->VtdUnitInfo[VtdIndex].RmrrSecondLevelPagingEntry == 0) { in EnableRmrrPageAttribute()
1017 …VTdInfo->VtdUnitInfo[VtdIndex].RmrrSecondLevelPagingEntry = (UINT32)(UINTN)CreateSecondLevelPaging… in EnableRmrrPageAttribute()
1018 if (VTdInfo->VtdUnitInfo[VtdIndex].RmrrSecondLevelPagingEntry == 0) { in EnableRmrrPageAttribute()
1022 …COND_LEVEL_PAGING_ENTRY*)(UINTN)VTdInfo->VtdUnitInfo[VtdIndex].RmrrSecondLevelPagingEntry, MemoryB… in EnableRmrrPageAttribute()
1028 …VTD_SECOND_LEVEL_PAGING_ENTRY *) (UINTN) VTdInfo->VtdUnitInfo[VtdIndex].RmrrSecondLevelPagingEntry; in EnableRmrrPageAttribute()
H A DDmarTable.c568 VTdUnitInfo->RmrrSecondLevelPagingEntry = 0; in ProcessDhrd()