Home
last modified time | relevance | path

Searched refs:PristineRoutine (Results 1 – 2 of 2) sorted by relevance

/reactos/ntoskrnl/mm/ARM3/
H A Ddrvmgmt.c136 LdrEntry = MiLookupDataTableEntry(ThunkTable->PristineRoutine); in MmAddVerifierThunks()
172 if (((ULONG_PTR)ThunkTable->PristineRoutine < (ULONG_PTR)ModuleBase) || in MmAddVerifierThunks()
173 ((ULONG_PTR)ThunkTable->PristineRoutine >= (ULONG_PTR)ModuleEnd)) in MmAddVerifierThunks()
/reactos/sdk/include/xdk/
H A Dntddk.template.h195 PDRIVER_VERIFIER_THUNK_ROUTINE PristineRoutine; member