Bitdefender Hypervisor Memory Introspection
_ROOT_SEARCH_CTX Struct Reference

A context structure used to pass information between the various callbacks that search for a Root Directory. More...

Data Fields

QWORD RootGva
 The guest linear address of the possible root directory. More...
 
void * SwapHandle
 
BOOLEAN Waiting
 True if the callback for this context has not been invoked yet, False if it has been invoked. More...
 

Detailed Description

A context structure used to pass information between the various callbacks that search for a Root Directory.

Definition at line 256 of file winobj.c.

Field Documentation

◆ RootGva

QWORD _ROOT_SEARCH_CTX::RootGva

The guest linear address of the possible root directory.

Definition at line 258 of file winobj.c.

Referenced by IntWinGuestFindDriversNamespace(), IntWinGuestFindDriversNamespaceNoBuffer(), IntWinObjCancelRootTransactions(), and IntWinObjHandleRootDirTagInMemory().

◆ SwapHandle

void* _ROOT_SEARCH_CTX::SwapHandle

The swap handle used for this search. NULL if no page swap-in is needed.

Definition at line 259 of file winobj.c.

Referenced by IntWinGuestFindDriversNamespace(), IntWinGuestFindDriversNamespaceNoBuffer(), IntWinObjCancelRootTransactions(), and IntWinObjHandleRootDirTagInMemory().

◆ Waiting

BOOLEAN _ROOT_SEARCH_CTX::Waiting

True if the callback for this context has not been invoked yet, False if it has been invoked.

Definition at line 261 of file winobj.c.

Referenced by IntWinGuestFindDriversNamespace(), IntWinGuestFindDriversNamespaceNoBuffer(), IntWinObjCancelRootTransactions(), IntWinObjHandleRootDirTagInMemory(), and IntWinObjIsRootSearchOver().


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