VOID __stdcall KiInitializeDynamicProcessor(_KPRCB *Prcb){
NTSTATUS started;
_QWORD v3[3];
v3[1] = 0i64;
v3[0] = Prcb;
KeGenericCallDpc((__int64)KiInitializeDynamicProcessorDpc, (__int64)v3);
if( KeThreadDpcEnable )
{
started = KiStartDpcThread(Prcb);
if( started < 0 )
KeBugCheckEx(0x33u, (PVOID)started, 0i64, 0i64, 0i64);
}
}