ZwUnlockVirtualMemory

NTSTATUS __stdcall ZwUnlockVirtualMemory(PVOID ProcessHandle, PVOID *BaseAddress, UINT64 *RegionSize, UINT64 MapType){
  NTSTATUS result; 
  _disable();
  __readeflags();
  KiServiceInternal();
  return result;
}

Referenced by:

CmSiUnlockViewOfSection
SMKM_STORE::SmStTrimWsStoreBatch
SmKmStoreHelperCommandProcess
VmColdPagesHint