|
ReactOS 0.4.16-dev-1946-g52006dd
|
Go to the source code of this file.
| #define ASSERT_MUTANT | ( | Object | ) | NT_ASSERT((Object)->Header.Type == MutantObject) |
| #define ASSERT_QUEUE | ( | Q | ) | ASSERT(((Q)->Header.Type & KOBJECT_TYPE_MASK) == QueueObject); |
| #define ASSERT_SEMAPHORE | ( | Object | ) | NT_ASSERT((Object)->Header.Type == SemaphoreObject) |
| #define CONTEXT_EX_LENGTH ALIGN_UP_BY(sizeof(CONTEXT_EX), STACK_ALIGN) |
| #define DBG_STATUS_BUGCHECK_FIRST 3 |
| #define DBG_STATUS_BUGCHECK_SECOND 4 |
| #define DBG_STATUS_CONTROL_C 1 |
| #define DBG_STATUS_DEBUG_CONTROL 6 |
| #define DBG_STATUS_FATAL 5 |
| #define DBG_STATUS_SYSRQ 2 |
| #define DBG_STATUS_WORKER 7 |
| #define DPC_NORMAL 0 |
| #define DPC_THREADED 1 |
| #define EVENT_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED | SYNCHRONIZE | 0x3) |
| #define EXCEPTION_ALIGNMENT_CHECK 0x011 |
| #define EXCEPTION_BOUND_CHECK 5 |
| #define EXCEPTION_DEBUG 1 |
| #define EXCEPTION_DIVIDED_BY_ZERO 0 |
| #define EXCEPTION_DOUBLE_FAULT 8 |
| #define EXCEPTION_GP_FAULT 0x0D |
| #define EXCEPTION_INT3 3 |
| #define EXCEPTION_INVALID_OPCODE 6 |
| #define EXCEPTION_INVALID_TSS 0x0A |
| #define EXCEPTION_NMI 2 |
| #define EXCEPTION_NPX_ERROR 0x010 |
| #define EXCEPTION_NPX_NOT_AVAILABLE 7 |
| #define EXCEPTION_NPX_OVERRUN 9 |
| #define EXCEPTION_RESERVED_TRAP 0x0F |
| #define EXCEPTION_SEGMENT_NOT_PRESENT 0x0B |
| #define EXCEPTION_STACK_FAULT 0x0C |
| #define GM_LOCK_BIT 0x1 |
| #define GM_LOCK_BIT_V 0x0 |
| #define GM_LOCK_WAITER_INC 0x4 |
| #define GM_LOCK_WAITER_WOKEN 0x2 |
| #define KAPC_ACTUAL_LENGTH (FIELD_OFFSET(KAPC, Inserted) + sizeof(BOOLEAN)) |
| #define KAPC_OFFSET_TO_APCSTATEINDEX FIELD_OFFSET(KAPC, ApcStateIndex) |
| #define KAPC_OFFSET_TO_SPARE_BYTE0 FIELD_OFFSET(KAPC, SpareByte0) |
| #define KAPC_OFFSET_TO_SPARE_BYTE1 FIELD_OFFSET(KAPC, SpareByte1) |
| #define KAPC_OFFSET_TO_SPARE_LONG FIELD_OFFSET(KAPC, SpareLong0) |
| #define KAPC_OFFSET_TO_SYSTEMARGUMENT1 FIELD_OFFSET(KAPC, SystemArgument1) |
| #define KAPC_OFFSET_TO_SYSTEMARGUMENT2 FIELD_OFFSET(KAPC, SystemArgument2) |
| #define KAPC_STATE_ACTUAL_LENGTH (FIELD_OFFSET(KAPC_STATE, UserApcPending) + sizeof(BOOLEAN)) |
| #define KB_ADD_PAGES_FLAG_ADDITIONAL_RANGES_EXIST 0x80000000UL |
| #define KSEMAPHORE_ACTUAL_LENGTH (FIELD_OFFSET(KSEMAPHORE, Limit) + sizeof(LONG)) |
| #define LOCK_QUEUE_OWNER 2 |
| #define LOCK_QUEUE_OWNER_BIT 1 |
| #define LOCK_QUEUE_TIMER_LOCK_SHIFT 4 |
| #define LOCK_QUEUE_TIMER_TABLE_LOCKS (1 << (8 - LOCK_QUEUE_TIMER_LOCK_SHIFT)) |
| #define LOCK_QUEUE_WAIT 1 |
| #define LOCK_QUEUE_WAIT_BIT 0 |
| #define MAX_WOW64_SHARED_ENTRIES 16 |
| #define MAXIMUM_PROC_PER_GROUP 32 |
| #define MAXIMUM_PROCESSORS MAXIMUM_PROC_PER_GROUP |
| #define MAXIMUM_WAIT_OBJECTS 64 |
| #define MINIMAL_XSTATE_AREA_LENGTH sizeof(XSAVE_AREA) |
| #define NX_SUPPORT_POLICY_ALWAYSOFF 0 |
| #define NX_SUPPORT_POLICY_ALWAYSON 1 |
| #define NX_SUPPORT_POLICY_OPTIN 2 |
| #define NX_SUPPORT_POLICY_OPTOUT 3 |
| #define PROCESSOR_FEATURE_MAX 64 |
| #define SEMAPHORE_ALL_ACCESS (STANDARD_RIGHTS_REQUIRED | SYNCHRONIZE | 0x3) |
| #define SYSTEM_CPU_SET_INFORMATION_ALLOCATED_TO_TARGET_PROCESS 0x4 |
| #define XSAVE_ALIGN 64 |
| #define XSTATE_ALIGN_MASK (1LL << (XSTATE_ALIGN_BIT)) |
| #define XSTATE_AVX XSTATE_GSSE |
| #define XSTATE_COMPACTION_ENABLE_MASK (1LL << (XSTATE_COMPACTION_ENABLE)) |
| #define XSTATE_CONTROLFLAG_VALID_MASK |
| #define XSTATE_MASK_AMX_TILE_CONFIG (1LL << (XSTATE_AMX_TILE_CONFIG)) |
| #define XSTATE_MASK_AMX_TILE_DATA (1LL << (XSTATE_AMX_TILE_DATA)) |
| #define XSTATE_MASK_AVX XSTATE_MASK_GSSE |
| #define XSTATE_MASK_AVX512 ((1LL << (XSTATE_AVX512_KMASK)) | (1LL << (XSTATE_AVX512_ZMM_H)) | (1LL << (XSTATE_AVX512_ZMM))) |
| #define XSTATE_MASK_CET_S (1LL << (XSTATE_CET_S)) |
| #define XSTATE_MASK_CET_U (1LL << (XSTATE_CET_U)) |
| #define XSTATE_MASK_GSSE (1LL << (XSTATE_GSSE)) |
| #define XSTATE_MASK_IPT (1LL << (XSTATE_IPT)) |
| #define XSTATE_MASK_LARGE_FEATURES (XSTATE_MASK_AMX_TILE_DATA) |
| #define XSTATE_MASK_LEGACY (XSTATE_MASK_LEGACY_FLOATING_POINT | XSTATE_MASK_LEGACY_SSE) |
| #define XSTATE_MASK_LEGACY_FLOATING_POINT (1LL << (XSTATE_LEGACY_FLOATING_POINT)) |
| #define XSTATE_MASK_LEGACY_SSE (1LL << (XSTATE_LEGACY_SSE)) |
| #define XSTATE_MASK_LWP (1LL << (XSTATE_LWP)) |
| #define XSTATE_MASK_MPX ((1LL << (XSTATE_MPX_BNDREGS)) | (1LL << (XSTATE_MPX_BNDCSR))) |
| #define XSTATE_MASK_PASID (1LL << (XSTATE_PASID)) |
| #define XSTATE_MASK_PERSISTENT ((1LL << (XSTATE_MPX_BNDCSR)) | XSTATE_MASK_LWP) |
| #define XSTATE_MASK_USER_VISIBLE_SUPERVISOR (XSTATE_MASK_CET_U) |
| #define XSTATE_XFD_MASK (1LL << (XSTATE_XFD_BIT)) |
| typedef struct _CACHE_DESCRIPTOR CACHE_DESCRIPTOR |
| typedef struct _CONTEXT_CHUNK CONTEXT_CHUNK |
| typedef struct _CONTEXT_EX CONTEXT_EX |
| typedef enum _KD_OPTION KD_OPTION |
| typedef struct _KDEVICE_QUEUE KDEVICE_QUEUE |
| typedef enum _KDPC_IMPORTANCE KDPC_IMPORTANCE |
| typedef struct _KGUARDED_MUTEX KGUARDED_MUTEX |
| typedef enum _KINTERRUPT_MODE KINTERRUPT_MODE |
| typedef struct _KIPI_COUNTS KIPI_COUNTS |
| typedef CCHAR KPROCESSOR_MODE |
| typedef enum _KPROFILE_SOURCE KPROFILE_SOURCE |
| typedef struct _KSEMAPHORE KSEMAPHORE |
| typedef ULONG_PTR KSPIN_LOCK |
| typedef struct _KSPIN_LOCK_QUEUE KSPIN_LOCK_QUEUE |
| typedef struct _KSYSTEM_TIME KSYSTEM_TIME |
| typedef struct _KWAIT_BLOCK KWAIT_BLOCK |
| typedef enum _KWAIT_REASON KWAIT_REASON |
| typedef enum _LOCK_OPERATION LOCK_OPERATION |
| typedef struct _CACHE_DESCRIPTOR * PCACHE_DESCRIPTOR |
| typedef struct _CACHE_RELATIONSHIP * PCACHE_RELATIONSHIP |
| typedef struct _CONTEXT_CHUNK * PCONTEXT_CHUNK |
| typedef struct _CONTEXT_EX * PCONTEXT_EX |
| typedef struct _DISPATCHER_HEADER * PDISPATCHER_HEADER |
| typedef EXPAND_STACK_CALLOUT* PEXPAND_STACK_CALLOUT |
| typedef struct _GROUP_RELATIONSHIP * PGROUP_RELATIONSHIP |
| typedef struct _KBUGCHECK_ADD_PAGES * PKBUGCHECK_ADD_PAGES |
| typedef KBUGCHECK_CALLBACK_ROUTINE* PKBUGCHECK_CALLBACK_ROUTINE |
| typedef struct _KBUGCHECK_DUMP_IO * PKBUGCHECK_DUMP_IO |
| typedef KBUGCHECK_REASON_CALLBACK_ROUTINE* PKBUGCHECK_REASON_CALLBACK_ROUTINE |
| typedef KDEFERRED_ROUTINE* PKDEFERRED_ROUTINE |
| typedef struct _KDEVICE_QUEUE * PKDEVICE_QUEUE |
| typedef struct _KDEVICE_QUEUE_ENTRY * PKDEVICE_QUEUE_ENTRY |
| typedef struct _KGUARDED_MUTEX * PKGUARDED_MUTEX |
| typedef enum _KINTERRUPT_POLARITY * PKINTERRUPT_POLARITY |
| typedef KIPI_BROADCAST_WORKER* PKIPI_BROADCAST_WORKER |
| typedef PVOID PKIPI_CONTEXT |
| typedef struct _KIPI_COUNTS * PKIPI_COUNTS |
| typedef struct _KLOCK_QUEUE_HANDLE * PKLOCK_QUEUE_HANDLE |
| typedef KMESSAGE_SERVICE_ROUTINE* PKMESSAGE_SERVICE_ROUTINE |
| typedef struct _KSEMAPHORE * PKSEMAPHORE |
| typedef KSERVICE_ROUTINE* PKSERVICE_ROUTINE |
| typedef ULONG_PTR * PKSPIN_LOCK |
| typedef struct _KSPIN_LOCK_QUEUE * PKSPIN_LOCK_QUEUE |
| typedef KSTART_ROUTINE* PKSTART_ROUTINE |
| typedef KSYNCHRONIZE_ROUTINE* PKSYNCHRONIZE_ROUTINE |
| typedef struct _KSYSTEM_TIME * PKSYSTEM_TIME |
| typedef struct _KWAIT_BLOCK * PKWAIT_BLOCK |
| typedef NMI_CALLBACK* PNMI_CALLBACK |
| typedef enum _POOL_TYPE POOL_TYPE |
| typedef PROCESSOR_CALLBACK_FUNCTION* PPROCESSOR_CALLBACK_FUNCTION |
| typedef struct _KDEVICE_QUEUE PRKDEVICE_QUEUE |
| typedef struct _KSEMAPHORE PRKSEMAPHORE |
| typedef struct _KWAIT_BLOCK * PRKWAIT_BLOCK |
| typedef XSAVE_FORMAT * PXMM_SAVE_AREA32 |
| typedef struct _XSTATE_CONFIGURATION * PXSTATE_CONFIGURATION |
| typedef struct _XSTATE_CONTEXT * PXSTATE_CONTEXT |
| typedef struct _XSTATE_FEATURE * PXSTATE_FEATURE |
| typedef struct _XSTATE_SAVE * PXSTATE_SAVE |
| typedef XSAVE_FORMAT XMM_SAVE_AREA32 |
| typedef struct _XSTATE_CONTEXT XSTATE_CONTEXT |
| typedef struct _XSTATE_FEATURE XSTATE_FEATURE |
| typedef struct _XSTATE_SAVE XSTATE_SAVE |
| Enumerator | |
|---|---|
| StandardDesign | |
| NEC98x86 | |
| EndAlternatives | |
| StandardDesign | |
| NEC98x86 | |
| EndAlternatives | |
Definition at line 953 of file ketypes.h.
| Enumerator | |
|---|---|
| BufferEmpty | |
| BufferInserted | |
| BufferStarted | |
| BufferFinished | |
| BufferIncomplete | |
Definition at line 370 of file ketypes.h.
| Enumerator | |
|---|---|
| KbDumpIoInvalid | |
| KbDumpIoHeader | |
| KbDumpIoBody | |
| KbDumpIoSecondaryData | |
| KbDumpIoComplete | |
Definition at line 342 of file ketypes.h.
| Enumerator | |
|---|---|
| LowImportance | |
| MediumImportance | |
| HighImportance | |
| MediumHighImportance | |
Definition at line 744 of file ketypes.h.
| Enumerator | |
|---|---|
| KeProcessorAddStartNotify | |
| KeProcessorAddCompleteNotify | |
| KeProcessorAddFailureNotify | |
Definition at line 404 of file ketypes.h.
| Enumerator | |
|---|---|
| LevelSensitive | |
| Latched | |
| LevelSensitive | |
| Latched | |
| Enumerator | |
|---|---|
| InterruptPolarityUnknown | |
| InterruptActiveHigh | |
| InterruptActiveLow | |
Definition at line 432 of file ketypes.h.
Definition at line 438 of file ketypes.h.
Definition at line 709 of file ketypes.h.
Definition at line 466 of file ketypes.h.
| Enumerator | |
|---|---|
| IoReadAccess | |
| IoWriteAccess | |
| IoModifyAccess | |
Definition at line 914 of file ketypes.h.
| Enumerator | |
|---|---|
| RelationProcessorCore | |
| RelationNumaNode | |
| RelationCache | |
| RelationProcessorPackage | |
| RelationGroup | |
| RelationProcessorDie | |
| RelationNumaNodeEx | |
| RelationProcessorModule | |
| RelationAll | |
Definition at line 81 of file ketypes.h.
| Enumerator | |
|---|---|
| KernelMode | |
| UserMode | |
| MaximumMode | |
Definition at line 929 of file ketypes.h.
| Enumerator | |
|---|---|
| CacheUnified | |
| CacheInstruction | |
| CacheData | |
| CacheTrace | |
Definition at line 43 of file ketypes.h.
| Enumerator | |
|---|---|
| TimerSetCoalescableTimer | |
| MaxTimerInfoClass | |
Definition at line 1175 of file ketypes.h.
| $endif | ( | _NTDDK_ | ) |
Definition at line 1192 of file ketypes.h.
| $endif | ( | _NTDDK_|| | _WINNT_ | ) |
Definition at line 1387 of file ketypes.h.
| $endif | ( | _WDMDDK_ | ) |
| $endif | ( | _WDMDDK_|| | _WINNT_ | ) | & |
| $endif | ( | _WDMDDK_|| | _WINNT_ | ) |
| _IRQL_requires_same_ _Function_class_ | ( | EXPAND_STACK_CALLOUT | ) |
| _Function_class_ | ( | KBUGCHECK_CALLBACK_ROUTINE | ) |
| _Function_class_ | ( | KBUGCHECK_REASON_CALLBACK_ROUTINE | ) |
| _Function_class_ | ( | KDEFERRED_ROUTINE | ) |
| _IRQL_requires_same_ _Function_class_ | ( | KIPI_BROADCAST_WORKER | ) |
| _Function_class_ | ( | KMESSAGE_SERVICE_ROUTINE | ) |
| _Function_class_ | ( | KSERVICE_ROUTINE | ) |
| _IRQL_requires_same_ _Function_class_ | ( | KSTART_ROUTINE | ) |
Definition at line 3047 of file balance.c.
| _Function_class_ | ( | KSYNCHRONIZE_ROUTINE | ) |
| _Function_class_ | ( | NMI_CALLBACK | ) |
| _IRQL_requires_same_ _Function_class_ | ( | PROCESSOR_CALLBACK_FUNCTION | ) |
| _Struct_size_bytes_ | ( | Size | ) |
Definition at line 132 of file ketypes.h.
| C_ASSERT | ( | (FIELD_OFFSET(XSAVE_AREA, Header) &(XSAVE_ALIGN - 1)) | = =0 | ) |
| C_ASSERT | ( | MINIMAL_XSTATE_AREA_LENGTH | = =512+64 | ) |
| struct DECLSPEC_ALIGN | ( | 16 | ) |
Definition at line 992 of file ketypes.h.
| struct DECLSPEC_ALIGN | ( | 8 | ) |
| ARM64_NT_NEON128 |
Definition at line 1206 of file ketypes.h.
Referenced by DECLSPEC_ALIGN().
| _IRQL_requires_same_ _In_ PKE_PROCESSOR_CHANGE_NOTIFY_CONTEXT ChangeContext |
Definition at line 739 of file ketypes.h.
Referenced by __drv_functionClass(), _Function_class_(), ClasspRetryRequestDpc(), DisconnectTimeoutDpc(), DpcHandler(), DpcRoutine(), ExpGetPoolTagInfoTarget(), Ext2FloppyFlushDpc(), FatCleanVolumeDpc(), FatDeferredFlushDpc(), HalpGrowMapBufferWorker(), HandleDeferredProcessing(), i8042DpcRoutineMouseTimeout(), i8042KbdDpcRoutine(), i8042MouDpcRoutine(), IntVideoPortDeferredRoutine(), KeInitializeDpc(), KeInitializeThreadedDpc(), KiInitializeDpc(), KiRetireDpcList(), KiScanReadyQueues(), KspBusDpcRoutine(), MiniportHangDpc(), MiniTimerDpcFunction(), MotorStopDpcFunc(), MsfsTimeout(), PopPerfIdleDpc(), ScratchBuffer_ReadWriteTimerRoutine(), SelectTimeout(), TimerDpcRoutine(), TransferPacketRetryTimerDpc(), USBH_UrbTimeoutDPC(), USBPORT_AsyncTimerDpc(), USBPORT_HcWakeDpc(), USBPORT_IsrDpc(), USBPORT_SoftInterruptDpc(), USBPORT_TimerDpc(), USBPORT_TransferFlushDpc(), and USBPORT_WorkerRequestDpc().
Definition at line 401 of file ketypes.h.
Referenced by DisplayImageInfo(), DisplayStatus(), KdpPrint(), KdpPrintFromUser(), KdpReport(), KdpTrap(), KiChainedDispatch(), KiDispatchException(), KiHandleNmi(), PspCatchCriticalBreak(), RtlDispatchException(), and set_tex_op().
| KAPC_STATE |
Definition at line 1711 of file ketypes.h.
Referenced by _IRQL_requires_max_(), DbgkpMarkProcessPeb(), DbgkpPostFakeProcessCreateMessages(), ExpDebuggerWorker(), ExpWin32SessionCallout(), IntRemoveHook(), KdbCommand_Gdi_dumpht(), KdbCommand_Gdi_entry(), KdbCommand_Gdi_handle(), KdbpOverwriteInstruction(), MiDoMappedCopy(), MiDoPoolCopy(), MiLoadImageSection(), MiQueryMemoryBasicInformation(), MiUnmapViewOfSection(), MmCheckSystemImage(), MmMapViewOfArm3Section(), MmMapViewOfSection(), MmTrimUserMemory(), NtAllocateVirtualMemory(), NtFlushInstructionCache(), NtFreeVirtualMemory(), NtLockVirtualMemory(), NtProtectVirtualMemory(), NtSetInformationObject(), NtUnlockVirtualMemory(), NtUserSetWindowsHookEx(), NtUserWaitForInputIdle(), ObClearProcessHandleTable(), ObDuplicateObject(), ObpCloseHandle(), ObpCreateHandle(), ObpCreateUnnamedHandle(), ObSetHandleAttributes(), PspDeleteProcess(), PspSetQuotaLimits(), PspWriteTebImpersonationInfo(), SepCleanupLUIDDeviceMapDirectory(), and VideoPortGetRomImage().
Definition at line 1696 of file ketypes.h.
Referenced by _ExReleaseRundownProtection(), _IRQL_requires_max_(), CmpInitializeMachineDependentConfiguration(), DLDInit(), DriverEntry(), ExAllocateCacheAwareRundownProtection(), ExfReleaseRundownProtection(), ExfReleaseRundownProtectionEx(), ExpInitializePushLocks(), ExSizeOfRundownProtectionCacheAware(), HalRequestIpiSpecifyVector(), IoDisconnectInterrupt(), IopInitLookasideLists(), KdpAllowDisable(), KdpGetContext(), KdpGetContextEx(), KdpGetStateChange(), KdpPrintBanner(), KdpSetCommonState(), KdpSetContext(), KdpSetContextEx(), KdpSwitchProcessor(), KdpSysReadControlSpace(), KdpSysWriteControlSpace(), KeConnectInterrupt(), KeGenericCallDpc(), KeInitializeQueue(), KeIpiGenericCall(), KeSetIdealProcessorThread(), KiInitializeSystem(), KiInitMachineDependent(), KiScanReadyQueues(), KiSystemStartup(), KiSystemStartupBootStack(), KiTimerExpiration(), KxFreezeExecution(), KxSwitchKdProcessor(), KxThawExecution(), MiFlushTlb(), MiInitSystemMemoryAreas(), MiProtectVirtualMemory(), MmCreatePeb(), NdisAcquireReadWriteLock(), NdisSystemProcessorCount(), ObInit2(), Phase1InitializationDiscard(), QSI_DEF(), _FX_DRIVER_TRACKER_CACHE_AWARE::Register(), UDFGetStatistics(), and UDFInitializeVCB().
| KUSER_SHARED_DATA |
Definition at line 1693 of file ketypes.h.
Referenced by GetXStateOffset().
| M128A |
Definition at line 992 of file ketypes.h.
Referenced by $if(), GetXmmReg(), RtlRestoreContext(), RtlVirtualUnwind(), and SetXmmReg().
| _IRQL_requires_same_ _In_ PKE_PROCESSOR_CHANGE_NOTIFY_CONTEXT _Inout_ PNTSTATUS OperationStatus |
Definition at line 425 of file ketypes.h.
Referenced by FltpPostFsFilterOperation().
| * PKAPC_STATE |
Definition at line 1711 of file ketypes.h.
Referenced by KeRemoveQueueApc(), and KiInsertQueueApc().
| * PM128A |
Definition at line 992 of file ketypes.h.
Referenced by ValidateSyscall_().
| * RESTRICTED_POINTER PRKAPC_STATE |
| * PXSAVE_AREA |
Definition at line 1030 of file ketypes.h.
Referenced by KiInitializeContextThread().
| _In_ struct _KBUGCHECK_REASON_CALLBACK_RECORD _Inout_ PVOID ReasonSpecificData |
Definition at line 321 of file ketypes.h.
Referenced by FxpBugCheckCallback(), FxpLibraryBugCheckCallback(), and ParaNdis_OnBugCheck().
Definition at line 322 of file ketypes.h.
Referenced by ParaNdis_OnBugCheck().
Definition at line 320 of file ketypes.h.
Referenced by _SEH3$_CallFinally(), _SEH3$_GetFilterResult(), AddFixupArray(), BaseSrvGetConsoleRecord(), DnsIntCacheAddEntry(), DnsIntCacheGetEntryByName(), ElfReadRecord(), ElfWriteRecord(), FixupUpdateSequenceArray(), FxpBugCheckCallback(), GetConsoleRecordBySessionId(), IsoSearchDirectoryBufferForFile(), LogfFreeRecord(), LogfWriteRecord(), NtfsFixupRecord(), NtfsMakeFCBFromDirEntry(), NtfsPrepareAttributeContext(), PrintSystemInfo(), R_ResolverQuery(), and ReadRecord().
Definition at line 740 of file ketypes.h.
Referenced by __drv_functionClass(), __drv_maxIRQL(), _Function_class_(), acpi_bus_generate_event_dpc(), AhciCommandCompletionDpcRoutine(), BeepDPC(), ClasspIdleTimerDpc(), DpcForIsr(), FxDpc::DpcHandler(), FxInterrupt::DpcHandler(), DpcHandler(), ExpGetPoolTagInfoTarget(), ExpSetSwappingKernelApc(), FatCleanVolumeDpc(), FatDeferredFlushDpc(), i8042DpcRoutineMouseTimeout(), i8042KbdDpcRoutine(), i8042MouDpcRoutine(), IntVideoPortDeferredRoutine(), IopCompleteRequest(), KeInsertQueueApc(), KeInsertQueueDpc(), KeSignalCallDpcDone(), KiDeliverApc(), KiInitializeUserApc(), KiRetireDpcList(), KiSuspendNop(), KiTimerExpiration(), LdrpInit(), LdrpInitializeProcess(), MiniTimerDpcFunction(), MotorStopDpcFunc(), Mx::MxInsertQueueDpc(), NtQueueApcThread(), NtQueueApcThreadEx(), PspExitNormalApc(), RtlQueueApcWow64Thread(), ScratchBuffer_ReadWriteTimerRoutine(), SelectTimeout(), StorPortIssueDpc(), and TransferPacketRetryTimerDpc().
Definition at line 741 of file ketypes.h.
Referenced by __drv_functionClass(), __drv_maxIRQL(), _Function_class_(), acpi_bus_generate_event_dpc(), AhciCommandCompletionDpcRoutine(), BeepDPC(), ClasspIdleTimerDpc(), DpcForIsr(), FxDpc::DpcHandler(), FxInterrupt::DpcHandler(), DpcHandler(), ExpGetPoolTagInfoTarget(), FatCleanVolumeDpc(), FatDeferredFlushDpc(), i8042DpcRoutineMouseTimeout(), i8042KbdDpcRoutine(), i8042MouDpcRoutine(), IntVideoPortDeferredRoutine(), IopCompleteRequest(), KeInsertQueueApc(), KeInsertQueueDpc(), KeSignalCallDpcSynchronize(), KiDeliverApc(), KiInitializeUserApc(), KiRetireDpcList(), KiSuspendNop(), MiniTimerDpcFunction(), MotorStopDpcFunc(), Mx::MxInsertQueueDpc(), NtQueueApcThread(), NtQueueApcThreadEx(), PsExitSpecialApc(), PspExitNormalApc(), RtlpExecuteIoWorkItem(), RtlpExecuteWorkItem(), RtlpWorkerThreadProc(), RtlQueueApcWow64Thread(), ScratchBuffer_ReadWriteTimerRoutine(), SelectTimeout(), StorPortIssueDpc(), TransferPacketRetryTimerDpc(), and USBPORT_IsrDpc().
| XSAVE_AREA |
Definition at line 1030 of file ketypes.h.
Referenced by GetExpectedXStateConfig(), and KiGetXStateConfiguration().
| XSAVE_FORMAT |
Definition at line 1018 of file ketypes.h.
Referenced by GetExpectedXStateConfig(), and KiGetXStateConfiguration().