#include "ki.h"
Go to the source code of this file.
Functions | |
VOID | KiLoadLdtr (VOID) |
VOID | KiFlushDescriptors (VOID) |
VOID | Ki386LoadTargetLdtr (IN PKIPI_CONTEXT SignalDone, IN PVOID Parameter1, IN PVOID Parameter2, IN PVOID Parameter3) |
VOID | Ki386FlushTargetDescriptors (IN PKIPI_CONTEXT SignalDone, IN PVOID Parameter1, IN PVOID Parameter2, IN PVOID Parameter3) |
VOID | Ke386SetLdtProcess (IN PKPROCESS Process, IN PLDT_ENTRY Ldt, IN ULONG Limit) |
VOID | Ke386SetDescriptorProcess (IN PKPROCESS Process, IN ULONG Offset, IN LDT_ENTRY LdtEntry) |
|
Definition at line 255 of file i386/ldtsup.c. References KeGetCurrentPrcb, Ki386FlushTargetDescriptors(), KiIpiStallOnPacketTargets(), KiLockContextSwap, KiUnlockContextSwap, MmLockPagedPool(), MmUnlockPagedPool(), NULL, and Offset. Referenced by NtSetLdtEntries(), and PspSetLdtInformation().
|
|
Definition at line 63 of file i386/ldtsup.c. References KeGetCurrentPrcb, Ki386LoadTargetLdtr(), KiIpiSendPacket(), KiIpiStallOnPacketTargets(), KiLoadLdtr(), KiLockContextSwap, KiUnlockContextSwap, NULL, and USHORT. Referenced by NtSetLdtEntries(), PspSetLdtInformation(), and PspSetLdtSize().
|
|
Definition at line 360 of file i386/ldtsup.c. References KiFlushDescriptors(). Referenced by Ke386SetDescriptorProcess().
|
|
Definition at line 221 of file i386/ldtsup.c. References KiIpiSignalPacketDone(), and KiLoadLdtr(). Referenced by Ke386SetLdtProcess().
|
|
Referenced by Ki386FlushTargetDescriptors(). |
|
Referenced by Ke386SetLdtProcess(), and Ki386LoadTargetLdtr(). |