ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
PVOID | KiSwitchKernelStackHelper (LONG_PTR StackOffset, PVOID OldStackBase) |
PVOID NTAPI | KiSwitchKernelStack (PVOID StackBase, PVOID StackLimit) |
DECLSPEC_NORETURN VOID | KiIdleLoop (VOID) |
VOID NTAPI | KiSwapProcess (IN PKPROCESS NewProcess, IN PKPROCESS OldProcess) |
NTSTATUS NTAPI | NtSetLdtEntries (ULONG Selector1, LDT_ENTRY LdtEntry1, ULONG Selector2, LDT_ENTRY LdtEntry2) |
NTSTATUS NTAPI | NtVdmControl (IN ULONG ControlCode, IN PVOID ControlData) |
Variables | |
ULONG | ProcessCount |
SIZE_T | KeXStateLength = sizeof(XSAVE_FORMAT) |
DECLSPEC_NORETURN VOID KiIdleLoop | ( | VOID | ) |
Definition at line 99 of file stubs.c.
Definition at line 165 of file stubs.c.
Definition at line 40 of file stubs.c.
NTSTATUS NTAPI NtSetLdtEntries | ( | ULONG | Selector1, |
LDT_ENTRY | LdtEntry1, | ||
ULONG | Selector2, | ||
LDT_ENTRY | LdtEntry2 | ||
) |
Definition at line 185 of file stubs.c.
Referenced by init_funcs().
Definition at line 194 of file stubs.c.
Referenced by KiEnterV86Mode().
SIZE_T KeXStateLength = sizeof(XSAVE_FORMAT) |