Clean up paging code
Všechny kontroly byly úspěšné
Builds / ExectOS (amd64, release) (push) Successful in 24s
Builds / ExectOS (i686, release) (push) Successful in 25s
Builds / ExectOS (amd64, debug) (push) Successful in 41s
Builds / ExectOS (i686, debug) (push) Successful in 40s
Všechny kontroly byly úspěšné
Builds / ExectOS (amd64, release) (push) Successful in 24s
Builds / ExectOS (i686, release) (push) Successful in 25s
Builds / ExectOS (amd64, debug) (push) Successful in 41s
Builds / ExectOS (i686, debug) (push) Successful in 40s
Tento commit je obsažen v:
@@ -315,21 +315,6 @@ MM::PageMap::GetPteDistance(PMMPTE EndPte,
|
|||||||
return ((ULONG_PTR)EndPte - (ULONG_PTR)StartPte) / sizeof(MMPTE);
|
return ((ULONG_PTR)EndPte - (ULONG_PTR)StartPte) / sizeof(MMPTE);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* 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::PageMap::GetPteListTerminator(VOID)
|
|
||||||
{
|
|
||||||
/* Return PTE list terminator value */
|
|
||||||
return 0xFFFFFFFF;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the Offset of the PTE (Page Table Entry), that maps given address.
|
* Gets the Offset of the PTE (Page Table Entry), that maps given address.
|
||||||
*
|
*
|
||||||
|
|||||||
Odkázat v novém úkolu
Zablokovat Uživatele