Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
nested_vmx Struct Reference

Data Fields

bool vmxon
 
gpa_t current_vmptr
 
struct pagecurrent_vmcs12_page
 
struct vmcs12current_vmcs12
 
struct list_head vmcs02_pool
 
int vmcs02_num
 
u64 vmcs01_tsc_offset
 
bool nested_run_pending
 
struct pageapic_access_page
 

Detailed Description

Definition at line 346 of file vmx.c.

Field Documentation

struct page* apic_access_page

Definition at line 366 of file vmx.c.

struct vmcs12* current_vmcs12

Definition at line 354 of file vmx.c.

struct page* current_vmcs12_page

Definition at line 353 of file vmx.c.

gpa_t current_vmptr

Definition at line 351 of file vmx.c.

bool nested_run_pending

Definition at line 361 of file vmx.c.

u64 vmcs01_tsc_offset

Definition at line 359 of file vmx.c.

int vmcs02_num

Definition at line 358 of file vmx.c.

struct list_head vmcs02_pool

Definition at line 357 of file vmx.c.

bool vmxon

Definition at line 348 of file vmx.c.


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