ObReferenceObjectByHandleWithTag

NTSTATUS __stdcall ObReferenceObjectByHandleWithTag(
        VOID *Handle,
        UINT64 DesiredAccess,
        _OBJECT_TYPE *ObjectType,
        INT8 AccessMode,
        UINT64 Tag,
        VOID **Object,
        _OBJECT_HANDLE_INFORMATION *HandleInformation){
  UINT64 v8; 

  LODWORD(v8) = Tag;
  return ObpReferenceObjectByHandleWithTag(
           Handle,
           DesiredAccess,
           ObjectType,
           AccessMode,
           v8,
           Object,
           HandleInformation,
           0i64);
}

Referenced by:

DbgkCaptureLiveKernelDump
ExpProfileCreate
MiLockUnlockCommon
MiMapViewOfSectionCommon
MiReadWriteVirtualMemory
MiReferenceAweHandle
MmQueryVirtualMemory
NtAcquireProcessActivityReference
NtAlertResumeThread
NtAssignProcessToJobObject
NtCreateWorkerFactory
NtDebugActiveProcess
NtDuplicateObject
NtFlushVirtualMemory
NtGetNextProcess
NtGetNextThread
NtGetWriteWatch
NtInitializeEnclave
NtIsProcessInJob
NtLoadEnclaveData
NtProtectVirtualMemory
NtPssCaptureVaSpaceBulk
NtQueryInformationProcess
NtQueryInformationThread
NtResetWriteWatch
NtResumeProcess
NtResumeThread
NtSetInformationJobObject
NtSetInformationProcess
NtSetInformationThread
NtSetInformationVirtualMemory
NtSignalAndWaitForSingleObject
NtSuspendProcess
NtSuspendThread
NtTerminateProcess
NtTerminateThread
NtUnmapViewOfSectionEx
ObWaitForSingleObject
PfSnAppLaunchScenarioControl
PfpDeprioritizeOldPagesInWs
PopCreatePowerThread
PopDirectedDripsInitializePhase3
PopEtEnergyTrackerQuery
PopGetPolicyDeviceObject
PopPowerRequestActionInfo
PsIumEnableOnDemandDebugWithResponse
PsIumGetOnDemandDebugChallenge
PspAssignPrimaryToken
PspCreatePicoProcess
PspCreatePicoThread
PspCreateProcess
PspQueryPooledQuotaLimits
PspQueryQuotaLimits
PspQueryWorkingSetWatch
PspSetQuotaLimits
PspTimerDelayProcess
VrpHandleIoctlCreateMultipleNamespaceNodes
VrpHandleIoctlCreateNamespaceNode
VrpHandleIoctlInitializeJobForVreg
VrpHandleIoctlLoadDifferencingHive
VrpHandleIoctlUnloadDynamicallyLoadedHives