Home
last modified time | relevance | path

Searched refs:ProcessorFeature (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/kernel32/client/
H A Dsysinfo.c169 IsProcessorFeaturePresent(IN DWORD ProcessorFeature) in IsProcessorFeaturePresent() argument
171 if (ProcessorFeature >= PROCESSOR_FEATURE_MAX) return FALSE; in IsProcessorFeaturePresent()
172 return ((BOOL)SharedUserData->ProcessorFeatures[ProcessorFeature]); in IsProcessorFeaturePresent()
/reactos/ntoskrnl/ex/
H A Dsysinfo.c363 ExIsProcessorFeaturePresent(IN ULONG ProcessorFeature) in ExIsProcessorFeaturePresent() argument
366 if (ProcessorFeature >= PROCESSOR_FEATURE_MAX) return(FALSE); in ExIsProcessorFeaturePresent()
369 return(SharedUserData->ProcessorFeatures[ProcessorFeature]); in ExIsProcessorFeaturePresent()
/reactos/sdk/include/xdk/
H A Dexfuncs.h928 _In_ ULONG ProcessorFeature);