|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <ntoskrnl.h>#include <debug.h>
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) | |
| VOID | KiNmiInterruptHandler (_In_ PKTRAP_FRAME TrapFrame, _In_ PKEXCEPTION_FRAME ExceptionFrame) |
| NTSTATUS | NtSyscallFailure (void) |
| PVOID | KiSystemCallHandler (VOID) |
| VOID | KiSystemService (IN PKTHREAD Thread, IN PKTRAP_FRAME TrapFrame, IN ULONG Instruction) |
| #define MAX_SYSCALL_PARAMS 16 |
Definition at line 127 of file traphandler.c.
| #define NDEBUG |
Definition at line 12 of file traphandler.c.
| _Requires_lock_not_held_ | ( | Prcb-> | PrcbLock | ) |
Definition at line 24 of file traphandler.c.
Referenced by KiSystemCallHandler().
| VOID KiNmiInterruptHandler | ( | _In_ PKTRAP_FRAME | TrapFrame, |
| _In_ PKEXCEPTION_FRAME | ExceptionFrame | ||
| ) |
Definition at line 88 of file traphandler.c.
Referenced by _Requires_lock_not_held_().
Definition at line 137 of file traphandler.c.
Definition at line 273 of file traphandler.c.
Definition at line 130 of file traphandler.c.
Referenced by KiSystemCallHandler().