Remove dead code from paging and PTE management

This commit is contained in:
2026-01-03 23:27:24 +01:00
parent 5e5b4a8392
commit 455349f2d7
14 changed files with 0 additions and 125 deletions

View File

@@ -101,21 +101,6 @@ MM::Paging::FlushTlb(VOID)
}
}
/**
* Gets the value representing an empty PTE list.
*
* @return This routine returns the value representing an empty PTE list.
*
* @since XT 1.0
*/
XTAPI
ULONG_PTR
MM::Paging::GetEmptyPteList(VOID)
{
/* Return empty PTE list mask */
return (ULONG_PTR)PmlRoutines->GetEmptyPteList();
}
/**
* Gets the next entry in a PTE list.
*
@@ -351,21 +336,6 @@ MM::Paging::GetPteDistance(PMMPTE EndPte,
return PmlRoutines->GetPteDistance(EndPte, StartPte);
}
/**
* Gets the terminator value for a PTE list.
*
* @return This routine returns the terminator value for a PTE list.
*
* @since XT 1.0
*/
XTAPI
ULONG_PTR
MM::Paging::GetPteListTerminator(VOID)
{
/* Return PTE list terminator value */
return PmlRoutines->GetPteListTerminator();
}
/**
* Gets the size of a PTE.
*