#include "ki.h"
Go to the source code of this file.
Functions | |
VOID | KiFlushUserRseState (IN PKTRAP_FRAME TrapFrame) |
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) |
ULONG | KiIpiProcessRequests (VOID) |
VOID | KiIpiSend (IN KAFFINITY TargetProcessors, IN KIPI_REQUEST IpiRequest) |
VOID | KiIpiSendPacket (IN KAFFINITY TargetProcessors, IN PKIPI_WORKER WorkerFunction, IN PVOID Parameter1, IN PVOID Parameter2, IN PVOID Parameter3) |
VOID | KiIpiSignalPacketDone (IN PKPRCB SignalDone) |
|
Definition at line 646 of file ke/ia64/context.c.
|
|
Definition at line 196 of file mpipi.c. References APC_LEVEL, DISPATCH_LEVEL, IPI_APC, IPI_DPC, KeGetCurrentPrcb, KiRequestSoftwareInterrupt(), and PKIPI_CONTEXT. Referenced by KiIpiServiceRoutine().
|
|
Definition at line 253 of file mpipi.c. References HalRequestIpi(), and KiProcessorBlock. Referenced by KeBugCheckEx(), KeFreezeExecution(), KeInsertQueueDpc(), and KiReadyThread().
|
|
Definition at line 319 of file mpipi.c. References HalRequestIpi(), KeGetCurrentPrcb, and KiProcessorBlock. Referenced by Ke386IoSetAccessProcess(), Ke386SetIoAccessMap(), Ke386SetLdtProcess(), Ke386SetVdmInterruptHandler(), KeChangeColorPage(), KeDetachSessionSpace(), KeFlushEntireTb(), KeFlushIoBuffers(), KeFlushMultipleTb(), KeFlushMultipleTb64(), KeFlushSingleTb(), KeFlushSingleTb64(), KeStartProfile(), KeStopProfile(), KeSweepCacheRange(), KeSweepDcache(), KeSweepDcacheRange(), KeSweepIcache(), KeSweepIcacheRange(), KeSynchronizeMemoryAccess(), KiGetNewRid(), KiIpiGenericCall(), and KiSyncNewRegionId().
|
|
Definition at line 149 of file mpipi.c. References IPI_FREEZE, KiFreezeTargetExecution(), and KiIpiProcessRequests().
|
|
Definition at line 400 of file mpipi.c. References KeGetCurrentPrcb.
|
|
Definition at line 35 of file mpipi.c. References CONTEXT_FULL, KeContextToKframes(), KeGetCurrentPrcb, and KPROCESSOR_MODE.
|
|
Definition at line 85 of file mpipi.c. References CONTEXT_FULL, KeContextFromKframes(), KeGetCurrentPrcb, KiFlushUserRseState(), KiSaveProcessorControlState(), and UserMode.
|