MiIsPrototypePteVadLookup
BOOL __fastcall MiIsPrototypePteVadLookup(UINT64 a1){
if( (a1 & 0x400) == 0 )
return 0;
if( qword_140C4DC80 )
{
if( (a1 & 0x10) == 0 )
a1 &= ~qword_140C4DC80;
}
return HIDWORD(a1) == 0xFFFFFFFF;
}Referenced by:
MI_PROTO_FORMAT_COMBINED
MiBuildForkPte
MiCheckCommitReleaseFromVad
MiCheckProtoAccess
MiCommitExistingVad
MiComputePageCommitment
MiCountSharedPages
MiDecommitPages
MiDeleteVa
MiFindActualFaultingPte
MiGetPageProtection
MiGetWorkingSetInfoList
MiInitializeReadInProgressPfn
MiIsCfgBitMapPageShared
MiIsFaultPteIntact
MiIsPteDecommittedPage
MiIsPteEvaluated
MiQueryAddressState
MiResolveProtoPteFault
MiSetProtectionOnSection
MiSetReadOnlyOnSectionView
MiSharedVaToPartition
MiSplitPrivatePage
MiSystemFault
MiTranslatePageForCopy
MiWalkVaRange