Here is a list of all functions with links to the files they belong to:
- m -
- main() : gen_offsets.c
- MdClearHardwareBreakpointByAddress() : debugfunctions.c, md.h
- MdClearHardwareBreakpointByIndex() : debugfunctions.c, md.h
- MdDebugBreak() : md.h
- MdGetFunctionRipAddress() : md.h
- MdSetHardwareBreakpoint() : debugfunctions.c, md.h
- MeAcquireSchedulerLock() : me.h
- MeAreInterruptsEnabled() : irql.c, me.h
- MeAttachProcess() : attach.c, me.h
- MeBugCheck() : bugcheck.c, me.h
- MeBugCheckEx() : bugcheck.c, me.h
- MeDequeueThread() : ps.h
- MeDequeueThreadWithLock() : ps.h
- MeDetachProcess() : attach.c, me.h
- MeDisableInterrupts() : irql.c, me.h
- MeEnableInterrupts() : irql.c, me.h
- MeEnqueueThread() : ps.h
- MeEnqueueThreadWithLock() : ps.h
- MeGetActiveProcessorCount() : me.h
- MeGetCurrentIrql() : me.h
- MeGetCurrentProcessor() : me.h
- MeGetCurrentThread() : me.h
- MeGetPreviousMode() : me.h
- MeGetProcessorBlock() : smp.c, me.h
- MeInitializeDpc() : dpc.c, me.h
- MeInitializeProcessor() : meinit.c, me.h
- MeInsertQueueDpc() : dpc.c, me.h
- MeIsExecutingDpc() : me.h
- MeLowerIrql() : irql.c, me.h
- MeRaiseIrql() : irql.c, me.h
- MeReleaseSchedulerLock() : me.h
- MeRemoveQueueDpc() : dpc.c, me.h
- MeRetireDPCs() : dpc.c, me.h
- MeSetTargetProcessorDpc() : dpc.c, me.h
- MeStandardHandler() : exception.h
- MgAcquireExclusiveGopOwnerShip() : gop.c, mg.h
- MgReleaseExclusiveGopOwnerShip() : gop.c, mg.h
- MhHandleInterrupt() : isr.c, mh.h
- MhInitializeACPI() : acpi.c, mh.h
- MhInitializeSMP() : smp.c, mh.h
- MhParseLAPICs() : acpi.c, mh.h
- MhRebootComputer() : acpi.c, mh.h
- MhRequestSoftwareInterrupt() : apic.c, mh.h
- MhSendActionToCpusAndWait() : smp.c, mh.h
- MiAlignmentCheck() : handlers.c, mh.h
- MiAllocatePoolVa() : va.c, mm.h
- MiAtomicExchangePte() : mm.h
- MiBitmapClearBitLocked() : va.c
- MiBitmapTestAndSetBitLocked() : va.c
- MiBitmapTestBit() : va.c
- MiBoundsCheck() : handlers.c, mh.h
- MiBreakpoint() : handlers.c, mh.h
- MiCacheToFlags() : mm.h
- MiCheckForContigiousMemory() : mmio.c, mm.h
- MiCoprocessorSegmentOverrun() : handlers.c, mh.h
- MiCreateKernelStack() : mmproc.c, mm.h
- MiDebugTrap() : handlers.c, mh.h
- MiDivideByZero() : handlers.c, mh.h
- MiDoubleFault() : handlers.c, mh.h
- MiFindVad() : vad.c, mm.h
- MiFloatingPointError() : handlers.c, mh.h
- MiFreeKernelStack() : mmproc.c, mm.h
- MiFreePoolVaContiguous() : va.c, mm.h
- MiGeneralProtectionFault() : handlers.c, mh.h
- MiGetBalanceFactor() : vad.c
- MiGetNodeHeight() : vad.c
- MiGetPdePointer() : map.c, mm.h
- MiGetPdptePointer() : map.c, mm.h
- MiGetPml4ePointer() : map.c, mm.h
- MiGetPtePointer() : map.c, mm.h
- MiIndexToVa() : va.c
- MiInitializePfnDatabase() : pfn.c, mm.h
- MiInitializePoolSystem() : pool.c, mm.h
- MiInitializePoolVaSpace() : va.c, mm.h
- MiInterprocessorInterrupt() : handlers.c, mh.h
- MiInvalidateTlbForVa() : map.c, mm.h
- MiInvalidOpcode() : handlers.c, mh.h
- MiInvalidTss() : handlers.c, mh.h
- MiIsValidPfn() : mm.h
- MiLapicInterrupt() : handlers.c, mh.h
- MiMachineCheck() : handlers.c, mh.h
- MiMapPageInHyperspace() : hypermap.c, mm.h
- MiMoveUefiDataToHigherHalf() : mminit.c, mm.h
- MiNoCoprocessor() : handlers.c, mh.h
- MiNonMaskableInterrupt() : handlers.c, mh.h
- MiOverflow() : handlers.c, mh.h
- MiPageFault() : handlers.c, mh.h
- MiReleasePhysicalPage() : pfn.c, mm.h
- MiReloadTLBs() : map.c, mm.h
- MiRequestPhysicalPage() : pfn.c, mm.h
- MiRetrieveLastFaultyAddress() : mm.h
- MiRetrieveOperationFromErrorCode() : mm.h
- MiSegmentSelectorNotPresent() : handlers.c, mh.h
- MiStackSegmentOverrun() : handlers.c, mh.h
- MiTranslatePteToPfn() : map.c, mm.h
- MiTranslatePteToVa() : map.c, mm.h
- MiTranslateVirtualToPhysical() : map.c, mm.h
- MiUnlinkPageFromList() : pfn.c, mm.h
- MiUnmapHyperSpaceMap() : hypermap.c, mm.h
- MiUnmapPte() : map.c, mm.h
- MiUpdateNodeHeight() : vad.c
- MiVaToIndex() : va.c
- MmAccessFault() : fault.c, mm.h
- MmAllocateContigiousMemory() : mmio.c, mm.h
- MmAllocatePoolWithTag() : pool.c, mm.h
- MmAllocateVirtualMemory() : vad.c, mm.h
- MmCreateProcessAddressSpace() : mmproc.c, mm.h
- MmFindFreeAddressSpace() : vad.c, mm.h
- MmFreeContigiousMemory() : mmio.c, mm.h
- MmFreePool() : pool.c, mm.h
- MmFreeVirtualMemory() : vad.c, mm.h
- MmInitSystem() : mminit.c, mm.h
- MmInvalidAccessAllowed() : fault.c, mm.h
- MmIsAddressPresent() : map.c, mm.h
- MmMapIoSpace() : mmio.c, mm.h
- MsAcquireMutexObject() : mutex.c, ms.h
- MsAcquireRundownProtection() : rundown.c, ms.h
- MsAcquireSpinlock() : spinlock.c, ms.h
- MsAcquireSpinlockAtDpcLevel() : spinlock.c, ms.h
- MsInitializeMutexObject() : mutex.c, ms.h
- MsReleaseMutexObject() : mutex.c, ms.h
- MsReleaseRundownProtection() : rundown.c, ms.h
- MsReleaseSpinlock() : spinlock.c, ms.h
- MsReleaseSpinlockFromDpcLevel() : spinlock.c, ms.h
- MsSetEvent() : events.c, ms.h
- MsWaitForEvent() : events.c, ms.h
- MsWaitForRundownProtectionRelease() : rundown.c, ms.h
- MsYieldExecution() : ps.h