Bitdefender Hypervisor Memory Introspection
_SWAPMEM_STATE Struct Reference

Data Fields

BOOLEAN Initialized
 True if the state has been initialized. More...
 
LIST_HEAD SwapTranzactionsList
 List of transactions. More...
 
PSWAPMEM_PAGE PendingPage
 Currently pending page. There can be only one pending page. More...
 

Detailed Description

Global swapmem state.

Definition at line 93 of file swapmem.c.

Field Documentation

◆ Initialized

BOOLEAN _SWAPMEM_STATE::Initialized

True if the state has been initialized.

Definition at line 95 of file swapmem.c.

Referenced by IntSwapMemInit(), and IntSwapMemUnInit().

◆ PendingPage

PSWAPMEM_PAGE _SWAPMEM_STATE::PendingPage

Currently pending page. There can be only one pending page.

Definition at line 97 of file swapmem.c.

Referenced by IntSwapMemCancelPendingPF(), IntSwapMemCancelTransaction(), IntSwapMemInjectPendingPF(), IntSwapMemPageSwappedIn(), and IntSwapMemReinjectFailedPF().

◆ SwapTranzactionsList

LIST_HEAD _SWAPMEM_STATE::SwapTranzactionsList

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