NTSTATUS __fastcall PiDmaGuardQueueInsertEntry(PVOID Object){
NTSTATUS v2;
VOID **PoolWithTag;
__int64 v4;
INT64 v5;
v2 = 0;
PoolWithTag = ExAllocatePoolWithTag(1ui64, 0x18ui64, 1685089872i64);
if( !PoolWithTag )
return -1073741670;
ObfReferenceObjectWithTag(Object, 0x64706E50ui64);
PoolWithTag[2] = Object;
PipDgqInsertEntry(PoolWithTag, v4, v5);
return v2;
}