| 1064 | } |
| 1065 | |
| 1066 | BOOLEAN BTCpu64IsProcessorFeaturePresent(UINT Feature) { |
| 1067 | return CPUFeatures->IsFeaturePresent(Feature) ? TRUE : FALSE; |
| 1068 | } |
| 1069 | |
| 1070 | void UpdateProcessorInformation(SYSTEM_CPU_INFORMATION* Info) { |
| 1071 | CPUFeatures->UpdateInformation(Info); |
nothing calls this directly
no test coverage detected