#include <ntos.h>
#include <vdmntos.h>
#include "vdmp.h"
Go to the source code of this file.
Functions | |
BOOLEAN | VdmDispatchIRQ13 (PKTRAP_FRAME TrapFrame) |
BOOLEAN | VdmSkipNpxInstruction (PKTRAP_FRAME TrapFrame, ULONG Address32Bits, PUCHAR istream, ULONG InstructionSize) |
Variables | |
UCHAR | MOD16 [] = { 0, 1, 2, 0 } |
UCHAR | MOD32 [] = { 0, 1, 4, 0 } |
UCHAR | VdmUserCr0MapIn [] |
UCHAR | VdmUserCr0MapOut [] |
|
Definition at line 54 of file vdmnpx.c. References _VdmEventInfo::Event, _Vdm_Tib::EventInfo, EXCEPTION_EXECUTE_HANDLER, ExRaiseException(), FALSE, _VdmEventInfo::InstructionSize, L, NT_SUCCESS, NTSTATUS(), PAGED_CODE, Status, TRUE, VdmEndExecution(), VdmIrq13, VdmpGetVdmTib(), and VDMTIB_KPROBE.
|
|
Definition at line 110 of file vdmnpx.c. References ASSERT, DbgPrint, EXCEPTION_EXECUTE_HANDLER, FALSE, KeI386NpxPresent, MOD16, MOD32, and TRUE.
|
|
Definition at line 32 of file vdmnpx.c. Referenced by VdmSkipNpxInstruction(). |
|
Definition at line 33 of file vdmnpx.c. Referenced by VdmSkipNpxInstruction(). |
|
Initial value:
Definition at line 34 of file vdmnpx.c. Referenced by KeContextToKframes(). |
|
Initial value:
|