KiAcquireSecondaryPassiveConnectLock

VOID __stdcall KiAcquireSecondaryPassiveConnectLock(_KSECONDARY_IDT_ENTRY *SecondaryIdtEntry){
  _ETHREAD *CurrentThread; 

  CurrentThread = (_ETHREAD *)KeGetCurrentThread();
  --CurrentThread->Tcb.KernelApcDisable;
  KeWaitForSingleObject((UINT64)SecondaryIdtEntry + 8, 0, 0, 0, 0i64);
}

Referenced by:

KiConnectSecondaryInterrupt
KiDisconnectSecondaryInterrupt