HyperDbg Debugger
Loading...
Searching...
No Matches
VmxMechanisms.h
Go to the documentation of this file.
1
12#pragma once
13
15// Constants //
17
18#define IMMEDIATE_VMEXIT_MECHANISM_VECTOR_FOR_SELF_IPI IPI_INTERRUPT
19
21// Functions //
23
24VOID
26
27VOID
#define VOID
Definition BasicTypes.h:33
VOID VmxMechanismHandleImmediateVmexit(VIRTUAL_MACHINE_STATE *VCpu)
Handle immediate vm-exit after vm-entry.
Definition VmxMechanisms.c:106
VOID VmxMechanismCreateImmediateVmexit(VIRTUAL_MACHINE_STATE *VCpu)
Create an immediate vm-exit after vm-entry.
Definition VmxMechanisms.c:74
The status of each core after and before VMX.
Definition State.h:290