Bitdefender Hypervisor Memory Introspection
_PTWRITE_CACHE Struct Reference

Will contain the last successfully written page-table entry. This will be used by newly placed hooks on page-table entries that were just written during this exit. If we are dealing with a PAE entry, this structure will be initialized only after the entire 8 bytes entry has been written. More...

#include <guests.h>

Data Fields

QWORD PteAddress
 
QWORD Value
 
BOOLEAN Valid
 

Detailed Description

Will contain the last successfully written page-table entry. This will be used by newly placed hooks on page-table entries that were just written during this exit. If we are dealing with a PAE entry, this structure will be initialized only after the entire 8 bytes entry has been written.

Definition at line 64 of file guests.h.

Field Documentation

◆ PteAddress

QWORD _PTWRITE_CACHE::PteAddress

Definition at line 66 of file guests.h.

Referenced by IntHookPtwProcessWrite().

◆ Valid

BOOLEAN _PTWRITE_CACHE::Valid

◆ Value

QWORD _PTWRITE_CACHE::Value

Definition at line 67 of file guests.h.

Referenced by IntHookPtwProcessWrite().


The documentation for this struct was generated from the following file: