Sync to trunk head (35333)
[reactos.git] / reactos / ntoskrnl / amd64stubs.c
index 0d0263f..603d082 100644 (file)
@@ -1,4 +1,5 @@
 
+
 #define STUB(x) void x() {}
 
 STUB(KdpEnableSafeMem)
@@ -129,30 +130,25 @@ STUB(FsRtlUninitializeBaseMcb)
 STUB(HalDispatchTable)
 STUB(HeadlessDispatch)
 STUB(InitializeSListHead)
-STUB(IoEnumerateRegisteredFiltersList)
 STUB(IoFileObjectType)
 STUB(IoForwardAndCatchIrp)
-STUB(IoGetPagingIoPriority)
 STUB(IoIs32bitProcess)
 STUB(IoTranslateBusAddress)
 STUB(IoWMIDeviceObjectToProviderId)
 STUB(KdDebuggerEnabled)
 STUB(KdDebuggerNotPresent)
-STUB(KdRefreshDebuggerNotPresent)
-STUB(KeAcquireInStackQueuedSpinLockForDpc)
 STUB(KeAcquireQueuedSpinLock)
+STUB(_imp__KeAcquireQueuedSpinLock)
+STUB(_imp__KeReleaseQueuedSpinLock)
 STUB(KeAcquireQueuedSpinLockRaiseToSynch)
-STUB(KeAcquireSpinLockForDpc)
 STUB(KeAcquireSpinLockRaiseToDpc)
 STUB(KeAcquireSpinLockRaiseToSynch)
-STUB(KeDeregisterNmiCallback)
 STUB(KeEnterCriticalRegion)
 STUB(KeEnterGuardedRegion)
 STUB(KeExpandKernelStackAndCallout)
 STUB(KeFlushEntireTb)
 STUB(KeGenericCallDpc)
 STUB(KeGetRecommendedSharedDataAlignment)
-STUB(KeInitializeCrashDumpHeader)
 STUB(KeInvalidateAllCaches)
 STUB(KeIsWaitListEmpty)
 STUB(KeLastBranchMSR)
@@ -162,11 +158,8 @@ STUB(KeQueryActiveProcessors)
 STUB(KeQueryMultiThreadProcessorSet)
 STUB(KeQueryPrcbAddress)
 STUB(KeReadStateMutex)
-STUB(KeRegisterNmiCallback)
-STUB(KeReleaseInStackQueuedSpinLockForDpc)
 STUB(KeReleaseQueuedSpinLock)
 STUB(KeReleaseSpinLock)
-STUB(KeReleaseSpinLockForDpc)
 STUB(KeRestoreFloatingPointState)
 STUB(KeSaveFloatingPointState)
 STUB(KeSaveStateForHibernate)
@@ -174,7 +167,6 @@ STUB(KeSetDmaIoCoherency)
 STUB(KeSignalCallDpcDone)
 STUB(KeSignalCallDpcSynchronize)
 STUB(KeSynchronizeExecution)
-STUB(KeTestSpinLock)
 STUB(KeTryToAcquireQueuedSpinLock)
 STUB(KeTryToAcquireQueuedSpinLockRaiseToSynch)
 STUB(KeUpdateRunTime)
@@ -184,7 +176,6 @@ STUB(KeWaitForMutexObject)
 STUB(KfRaiseIrql)
 STUB(KiBugCheckData)
 STUB(KiCpuId)
-STUB(MmAllocatePagesForMdlEx)
 STUB(MmCommitSessionMappedView)
 STUB(MmCreateMirror)
 STUB(MmIsIoSpaceActive)