KVM
Public Attributes | List of all members
kvm_vmx Struct Reference

#include <vmx.h>

Public Attributes

struct kvm kvm
 
unsigned int tss_addr
 
bool ept_identity_pagetable_done
 
gpa_t ept_identity_map_addr
 
u64 * pid_table
 

Detailed Description

Definition at line 369 of file vmx.h.

Member Data Documentation

◆ ept_identity_map_addr

gpa_t kvm_vmx::ept_identity_map_addr

Definition at line 374 of file vmx.h.

◆ ept_identity_pagetable_done

bool kvm_vmx::ept_identity_pagetable_done

Definition at line 373 of file vmx.h.

◆ kvm

struct kvm kvm_vmx::kvm

Definition at line 365 of file vmx.h.

◆ pid_table

u64* kvm_vmx::pid_table

Definition at line 376 of file vmx.h.

◆ tss_addr

unsigned int kvm_vmx::tss_addr

Definition at line 372 of file vmx.h.


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