#include "ki.h"
Go to the source code of this file.
Functions | |
VOID | KiChangeColorPageTarget (IN PULONG SignalDone, IN PVOID NewColor, IN PVOID OldColor, IN PVOID PageFrame) |
VOID | KiSweepDcacheTarget (IN PULONG SignalDone, IN PVOID Parameter1, IN PVOID Parameter2, IN PVOID Parameter3) |
VOID | KiSweepIcacheTarget (IN PULONG SignalDone, IN PVOID Parameter1, IN PVOID Parameter2, IN PVOID Parameter3) |
VOID | KiSweepIcacheRangeTarget (IN PULONG SignalDone, IN PVOID BaseAddress, IN PVOID Length, IN PVOID Parameter3) |
VOID | KiFlushIoBuffersTarget (IN PULONG SignalDone, IN PVOID Mdl, IN PVOID ReadOperation, IN PVOID DmaOperation) |
VOID | KeChangeColorPage (IN PVOID NewColor, IN PVOID OldColor, IN ULONG PageFrame) |
VOID | KeSweepDcache (IN BOOLEAN AllProcessors) |
VOID | KeSweepIcache (IN BOOLEAN AllProcessors) |
VOID | KeSweepIcacheRange (IN BOOLEAN AllProcessors, IN PVOID BaseAddress, IN ULONG Length) |
VOID | KeFlushIoBuffers (IN PMDL Mdl, IN BOOLEAN ReadOperation, IN BOOLEAN DmaOperation) |
Variables | |
ULONG | ChangeColor |
|
Definition at line 74 of file mips/flush.c. References ASSERT, ChangeColor, KeActiveProcessors, KeLowerIrql(), KiChangeColorPageTarget(), KiIpiSendPacket(), and KiIpiStallOnPacketTargets().
|
|
Definition at line 647 of file mips/flush.c. References ASSERT, DMA_READ_DCACHE_INVALIDATE, DMA_READ_ICACHE_INVALIDATE, DMA_WRITE_DCACHE_SNOOP, FALSE, KeActiveProcessors, KeLowerIrql(), KiDmaIoCoherency, KiFlushIoBuffersTarget(), KiIpiSendPacket(), KiIpiStallOnPacketTargets(), and MDL_IO_PAGE_READ.
|
|
Definition at line 215 of file mips/flush.c. References ASSERT, KeActiveProcessors, KeLowerIrql(), KiIpiSendPacket(), KiIpiStallOnPacketTargets(), KiSweepDcacheTarget(), and NULL.
|
|
Definition at line 343 of file mips/flush.c. References ASSERT, KeActiveProcessors, KeLowerIrql(), KiIpiSendPacket(), KiIpiStallOnPacketTargets(), KiSweepIcacheTarget(), and NULL.
|
|
Definition at line 474 of file mips/flush.c. References ASSERT, KeActiveProcessors, KeLowerIrql(), KiIpiSendPacket(), KiIpiStallOnPacketTargets(), KiSweepIcacheRangeTarget(), NULL, and Offset.
|
|
Definition at line 164 of file mips/flush.c. References KiIpiSignalPacketDone(). Referenced by KeChangeColorPage().
|
|
Definition at line 769 of file mips/flush.c. References KiIpiSignalPacketDone().
|
|
|
|
Definition at line 588 of file mips/flush.c. References KiIpiSignalPacketDone(), and Offset. Referenced by KeSweepIcacheRange().
|
|
|
|
Definition at line 27 of file mips/flush.c. Referenced by ChangeDibColors(), KeChangeColorPage(), and main(). |