|
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 | |
| 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 | RtlGetUnwindContext (_Out_ PCONTEXT Context, _In_ DWORD64 TargetFrame) |
| VOID | KiGetTrapContextInternal (_In_ PKTRAP_FRAME TrapFrame, _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.
Referenced by KiGetTrapContextInternal().
| VOID KiGetTrapContextInternal | ( | _In_ PKTRAP_FRAME | TrapFrame, |
| _Out_ PCONTEXT | Context | ||
| ) |
Definition at line 301 of file context.c.
| VOID KiSetTrapContextInternal | ( | _Out_ PKTRAP_FRAME | TrapFrame, |
| _In_ PCONTEXT | Context, | ||
| _In_ KPROCESSOR_MODE | RequestorMode | ||
| ) |
Definition at line 323 of file context.c.
Definition at line 1206 of file unwind.c.
Referenced by KiGetTrapContextInternal().
Definition at line 1243 of file unwind.c.
Referenced by KiSetTrapContextInternal().