ReactOS 0.4.16-dev-336-gb667d82
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
VOID NTAPI | KeContextToTrapFrame (IN PCONTEXT Context, IN OUT PKEXCEPTION_FRAME ExceptionFrame, IN OUT PKTRAP_FRAME TrapFrame, IN ULONG ContextFlags, IN KPROCESSOR_MODE PreviousMode) |
VOID NTAPI | KeTrapFrameToContext (IN PKTRAP_FRAME TrapFrame, IN PKEXCEPTION_FRAME ExceptionFrame, IN OUT PCONTEXT Context) |
VOID | RtlSetUnwindContext (_In_ PCONTEXT Context, _In_ DWORD64 TargetFrame) |
VOID | KiSetTrapContextInternal (_Out_ PKTRAP_FRAME TrapFrame, _In_ PCONTEXT Context, _In_ KPROCESSOR_MODE RequestorMode) |
VOID NTAPI KeContextToTrapFrame | ( | IN PCONTEXT | Context, |
IN OUT PKEXCEPTION_FRAME | ExceptionFrame, | ||
IN OUT PKTRAP_FRAME | TrapFrame, | ||
IN ULONG | ContextFlags, | ||
IN KPROCESSOR_MODE | PreviousMode | ||
) |
Definition at line 19 of file context.c.
Referenced by KiSetTrapContextInternal().
VOID NTAPI KeTrapFrameToContext | ( | IN PKTRAP_FRAME | TrapFrame, |
IN PKEXCEPTION_FRAME | ExceptionFrame, | ||
IN OUT PCONTEXT | Context | ||
) |
Definition at line 169 of file context.c.
VOID KiSetTrapContextInternal | ( | _Out_ PKTRAP_FRAME | TrapFrame, |
_In_ PCONTEXT | Context, | ||
_In_ KPROCESSOR_MODE | RequestorMode | ||
) |
Definition at line 301 of file context.c.
Definition at line 1115 of file unwind.c.
Referenced by KiSetTrapContextInternal().