#include "ki.h"
Go to the source code of this file.
Functions | |
VOID | KiRestoreProcessorControlState (IN PKPROCESSOR_STATE ProcessorState) |
VOID | KiSaveProcessorControlState (IN PKPROCESSOR_STATE ProcessorState) |
VOID | KiRestoreProcessorState (IN PKTRAP_FRAME TrapFrame, IN PKEXCEPTION_FRAME ExceptionFrame) |
VOID | KiSaveProcessorState (IN PKTRAP_FRAME TrapFrame, IN PKEXCEPTION_FRAME ExceptionFrame) |
BOOLEAN | KiIpiServiceRoutine (IN PKTRAP_FRAME TrapFrame, IN PKEXCEPTION_FRAME ExceptionFrame) |
|
Definition at line 156 of file ppc/ipi.c. References IPI_FREEZE, KiFreezeTargetExecution(), and KiIpiProcessRequests(). Referenced by KeFreezeExecution().
|
|
Referenced by KdpTrap(), and KiRestoreProcessorState(). |
|
Definition at line 46 of file ppc/ipi.c. References CONTEXT_FULL, KeContextToKframes(), KeGetCurrentPrcb, KernelMode, and KiRestoreProcessorControlState(). Referenced by KdpTrap(), and KiFreezeTargetExecution().
|
|
Definition at line 124 of file xxmpipi.c. References Index. Referenced by ExpSystemErrorHandler(), KdpTrap(), KeBugCheckEx(), KeSaveStateForHibernate(), and KiSaveProcessorState().
|
|
Definition at line 104 of file ppc/ipi.c. References CONTEXT_FULL, KeContextFromKframes(), KeGetCurrentPrcb, and KiSaveProcessorControlState(). Referenced by KdpTrap(), and KiFreezeTargetExecution().
|