ReactOS 0.4.15-dev-6056-gb29b268
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | MAX_SYSCALL_PARAMS 16 |
Functions | |
VOID | KiRetireDpcListInDpcStack (PKPRCB Prcb, PVOID DpcStack) |
NTSTATUS | KiConvertToGuiThread (VOID) |
_Requires_lock_not_held_ (Prcb->PrcbLock) VOID NTAPI KiDpcInterruptHandler(VOID) | |
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 | NtSyscallFailure (void) |
PVOID | KiSystemCallHandler (VOID) |
VOID | KiSystemService (IN PKTHREAD Thread, IN PKTRAP_FRAME TrapFrame, IN ULONG Instruction) |
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) |
_Requires_lock_not_held_ | ( | Prcb-> | PrcbLock | ) |
Definition at line 28 of file stubs.c.
Referenced by KiSystemCallHandler().
DECLSPEC_NORETURN VOID KiIdleLoop | ( | VOID | ) |
Definition at line 170 of file stubs.c.
Referenced by _Requires_lock_not_held_().
Definition at line 232 of file stubs.c.
Definition at line 111 of file stubs.c.
Definition at line 260 of file stubs.c.
NTSTATUS NTAPI NtSetLdtEntries | ( | ULONG | Selector1, |
LDT_ENTRY | LdtEntry1, | ||
ULONG | Selector2, | ||
LDT_ENTRY | LdtEntry2 | ||
) |
Definition at line 407 of file stubs.c.
Referenced by init_funcs().
Definition at line 253 of file stubs.c.
Referenced by KiSystemCallHandler().
Definition at line 417 of file stubs.c.
Referenced by KiEnterV86Mode().
SIZE_T KeXStateLength = sizeof(XSAVE_FORMAT) |