Lines Matching defs:RoutineName

239     UNICODE_STRING RoutineName;
240 RtlInitUnicodeString(&RoutineName, L"ExSetTimerResolution");
241 g_pfnrtNtExSetTimerResolution = (PFNMYEXSETTIMERRESOLUTION)MmGetSystemRoutineAddress(&RoutineName);
243 RtlInitUnicodeString(&RoutineName, L"KeFlushQueuedDpcs");
244 g_pfnrtNtKeFlushQueuedDpcs = (PFNMYKEFLUSHQUEUEDDPCS)MmGetSystemRoutineAddress(&RoutineName);
246 RtlInitUnicodeString(&RoutineName, L"HalRequestIpi");
247 g_pfnrtHalRequestIpiW7Plus = (PFNHALREQUESTIPI_W7PLUS)MmGetSystemRoutineAddress(&RoutineName);
250 RtlInitUnicodeString(&RoutineName, L"HalSendSoftwareInterrupt");
251 g_pfnrtNtHalSendSoftwareInterrupt = (PFNHALSENDSOFTWAREINTERRUPT)MmGetSystemRoutineAddress(&RoutineName);
253 RtlInitUnicodeString(&RoutineName, L"KeIpiGenericCall");
254 g_pfnrtKeIpiGenericCall = (PFNRTKEIPIGENERICCALL)MmGetSystemRoutineAddress(&RoutineName);
256 RtlInitUnicodeString(&RoutineName, L"KeInitializeAffinityEx");
257 g_pfnrtKeInitializeAffinityEx = (PFNKEINITIALIZEAFFINITYEX)MmGetSystemRoutineAddress(&RoutineName);
259 RtlInitUnicodeString(&RoutineName, L"KeAddProcessorAffinityEx");
260 g_pfnrtKeAddProcessorAffinityEx = (PFNKEADDPROCESSORAFFINITYEX)MmGetSystemRoutineAddress(&RoutineName);
262 RtlInitUnicodeString(&RoutineName, L"KeGetProcessorIndexFromNumber");
263 g_pfnrtKeGetProcessorIndexFromNumber = (PFNKEGETPROCESSORINDEXFROMNUMBER)MmGetSystemRoutineAddress(&RoutineName);
265 RtlInitUnicodeString(&RoutineName, L"RtlGetVersion");
266 g_pfnrtRtlGetVersion = (PFNRTRTLGETVERSION)MmGetSystemRoutineAddress(&RoutineName);
268 RtlInitUnicodeString(&RoutineName, L"KeQueryInterruptTime");
269 g_pfnrtKeQueryInterruptTime = (PFNRTKEQUERYINTERRUPTTIME)MmGetSystemRoutineAddress(&RoutineName);
271 RtlInitUnicodeString(&RoutineName, L"KeQuerySystemTime");
272 g_pfnrtKeQuerySystemTime = (PFNRTKEQUERYSYSTEMTIME)MmGetSystemRoutineAddress(&RoutineName);
274 RtlInitUnicodeString(&RoutineName, L"KeQueryInterruptTimePrecise");
275 g_pfnrtKeQueryInterruptTimePrecise = (PFNRTKEQUERYINTERRUPTTIMEPRECISE)MmGetSystemRoutineAddress(&RoutineName);
277 RtlInitUnicodeString(&RoutineName, L"KeQuerySystemTimePrecise");
278 g_pfnrtKeQuerySystemTimePrecise = (PFNRTKEQUERYSYSTEMTIMEPRECISE)MmGetSystemRoutineAddress(&RoutineName);