MmIsNonPagedSystemAddressValid

UINT8 __stdcall MmIsNonPagedSystemAddressValid(VOID *VirtualAddress){
  NTSTATUS SystemRegionType; 

  SystemRegionType = MiGetSystemRegionType((UINT64)VirtualAddress);
  return SystemRegionType != 6 && SystemRegionType != 1;
}

Referenced by:

VerifierIoInitializeWorkItem
VfPnpVerifyNewRequest
VfUtilSynchronizationObjectSanityChecks
ViPnpVerifyMinorWasProcessedProperly