| 1017 | void BTCpuNotifyReadFile(HANDLE Handle, void* Address, SIZE_T Size, BOOL After, NTSTATUS Status) {} |
| 1018 | |
| 1019 | BOOLEAN WINAPI BTCpuIsProcessorFeaturePresent(UINT Feature) { |
| 1020 | return CPUFeatures->IsFeaturePresent(Feature) ? TRUE : FALSE; |
| 1021 | } |
| 1022 | |
| 1023 | void BTCpuUpdateProcessorInformation(SYSTEM_CPU_INFORMATION* Info) { |
| 1024 | CPUFeatures->UpdateInformation(Info); |
nothing calls this directly
no test coverage detected