|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ntoskrnl.h>#include <debug.h>
Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| NTSTATUS NTAPI | Ke386GetGdtEntryThread (IN PKTHREAD Thread, IN ULONG Offset, IN PKGDTENTRY Descriptor) |
| VOID | KeSetBaseGdtSelector (ULONG Entry, PVOID Base) |
| VOID | KeSetGdtSelector (ULONG Entry, ULONG Value1, ULONG Value2) |
| BOOLEAN | PspIsDescriptorValid (PLDT_ENTRY ldt_entry) |
| NTSTATUS NTAPI | NtSetLdtEntries (ULONG Selector1, LDT_ENTRY LdtEntry1, ULONG Selector2, LDT_ENTRY LdtEntry2) |
Variables | |
| static KSPIN_LOCK | LdtLock |
| static KSPIN_LOCK | GdtLock |
| NTSTATUS NTAPI Ke386GetGdtEntryThread | ( | IN PKTHREAD | Thread, |
| IN ULONG | Offset, | ||
| IN PKGDTENTRY | Descriptor | ||
| ) |
Definition at line 26 of file ldt.c.
Referenced by PspQueryDescriptorThread().
Definition at line 107 of file ldt.c.
Referenced by KiSwapContextExit(), KiSwapProcess(), and NtSetLdtEntries().
| NTSTATUS NTAPI NtSetLdtEntries | ( | ULONG | Selector1, |
| LDT_ENTRY | LdtEntry1, | ||
| ULONG | Selector2, | ||
| LDT_ENTRY | LdtEntry2 | ||
| ) |
Definition at line 184 of file ldt.c.
| BOOLEAN PspIsDescriptorValid | ( | PLDT_ENTRY | ldt_entry | ) |
Definition at line 132 of file ldt.c.
Referenced by NtSetLdtEntries().
|
static |
Definition at line 20 of file ldt.c.
Referenced by KeSetBaseGdtSelector(), and KeSetGdtSelector().
|
static |
Definition at line 19 of file ldt.c.
Referenced by NtSetLdtEntries().