Home
last modified time | relevance | path

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

/reactos/ntoskrnl/kd64/
H A Dkdprint.c131 DebugIo.ProcessorLevel = (USHORT)KeProcessorLevel; in KdpPrintString()
174 DebugIo.ProcessorLevel = (USHORT)KeProcessorLevel; in KdpPromptString()
H A Dkdapi.c395 WaitStateChange->ProcessorLevel = KeProcessorLevel; in KdpSetCommonState()
/reactos/ntoskrnl/ke/
H A Dkrnlinit.c20 USHORT KeProcessorLevel; variable
/reactos/ntoskrnl/ke/arm/
H A Dkiinit.c86 KeProcessorLevel = (USHORT)(Pcr->Prcb.ProcessorState.ArchState.Cp15_Cr0_CpuId >> 8); in KiInitializeKernel()
/reactos/ntoskrnl/ke/amd64/
H A Dkiinit.c355 KeProcessorLevel = (USHORT)Prcb->CpuType; in KiInitializeKernelMachineDependent()
/reactos/ntoskrnl/ke/i386/
H A Dkiinit.c506 KeProcessorLevel = (USHORT)Prcb->CpuType; in KiInitializeKernel()
/reactos/ntoskrnl/include/internal/
H A Dke.h104 extern USHORT KeProcessorLevel;
/reactos/ntoskrnl/ex/
H A Dsysinfo.c660 Spi->ProcessorLevel = KeProcessorLevel; in QSI_DEF()