Home
last modified time | relevance | path

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

/reactos/ntoskrnl/ke/i386/
H A Dkiinit.c39 ULONG CpuCount; in KiInitMachineDependent() local
66 CpuCount = KeNumberProcessors; in KiInitMachineDependent()
67 KeIpiGenericCall(Ki386EnableGlobalPage, (ULONG_PTR)&CpuCount); in KiInitMachineDependent()
92 CpuCount = KeNumberProcessors; in KiInitMachineDependent()
93 KeIpiGenericCall(Ki386EnableDE, (ULONG_PTR)&CpuCount); in KiInitMachineDependent()
100 CpuCount = KeNumberProcessors; in KiInitMachineDependent()
101 KeIpiGenericCall(Ki386EnableFxsr, (ULONG_PTR)&CpuCount); in KiInitMachineDependent()
107 CpuCount = KeNumberProcessors; in KiInitMachineDependent()
108 KeIpiGenericCall(Ki386EnableXMMIExceptions, (ULONG_PTR)&CpuCount); in KiInitMachineDependent()