Bitdefender Hypervisor Memory Introspection
_LIX_SYMBOL Struct Reference

Describes a Linux ksym. More...

#include <lixguest.h>

Data Fields

QWORD Start
 The start guest virtual address of ksym. More...
 
QWORD End
 The end guest virtual address of ksym (exclusive). More...
 

Detailed Description

Describes a Linux ksym.

Definition at line 436 of file lixguest.h.

Field Documentation

◆ End

QWORD _LIX_SYMBOL::End

The end guest virtual address of ksym (exclusive).

Definition at line 439 of file lixguest.h.

Referenced by IntExceptLixKernelIsMemoryFunc(), IntLixGuestResolveSymbols(), IntLixVdsoDynamicProtect(), and IntLixVdsoIsInitWrite().

◆ Start

QWORD _LIX_SYMBOL::Start

The start guest virtual address of ksym.

Definition at line 438 of file lixguest.h.

Referenced by IntExceptLixKernelIsMemoryFunc(), IntLixGuestResolveSymbols(), IntLixVdsoDynamicProtect(), and IntLixVdsoIsInitWrite().


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