KVM
Public Attributes | List of all members
loaded_vmcs Struct Reference

#include <vmcs.h>

Collaboration diagram for loaded_vmcs:
Collaboration graph
[legend]

Public Attributes

struct vmcsvmcs
 
struct vmcsshadow_vmcs
 
int cpu
 
bool launched
 
bool nmi_known_unmasked
 
bool hv_timer_soft_disabled
 
int soft_vnmi_blocked
 
ktime_t entry_time
 
s64 vnmi_blocked_time
 
unsigned long * msr_bitmap
 
struct list_head loaded_vmcss_on_cpu_link
 
struct vmcs_host_state host_state
 
struct vmcs_controls_shadow controls_shadow
 

Detailed Description

Definition at line 61 of file vmcs.h.

Member Data Documentation

◆ controls_shadow

struct vmcs_controls_shadow loaded_vmcs::controls_shadow

Definition at line 72 of file vmcs.h.

◆ cpu

int loaded_vmcs::cpu

Definition at line 64 of file vmcs.h.

◆ entry_time

ktime_t loaded_vmcs::entry_time

Definition at line 70 of file vmcs.h.

◆ host_state

struct vmcs_host_state loaded_vmcs::host_state

Definition at line 72 of file vmcs.h.

◆ hv_timer_soft_disabled

bool loaded_vmcs::hv_timer_soft_disabled

Definition at line 67 of file vmcs.h.

◆ launched

bool loaded_vmcs::launched

Definition at line 65 of file vmcs.h.

◆ loaded_vmcss_on_cpu_link

struct list_head loaded_vmcs::loaded_vmcss_on_cpu_link

Definition at line 72 of file vmcs.h.

◆ msr_bitmap

unsigned long* loaded_vmcs::msr_bitmap

Definition at line 72 of file vmcs.h.

◆ nmi_known_unmasked

bool loaded_vmcs::nmi_known_unmasked

Definition at line 66 of file vmcs.h.

◆ shadow_vmcs

struct vmcs* loaded_vmcs::shadow_vmcs

Definition at line 63 of file vmcs.h.

◆ soft_vnmi_blocked

int loaded_vmcs::soft_vnmi_blocked

Definition at line 69 of file vmcs.h.

◆ vmcs

struct vmcs* loaded_vmcs::vmcs

Definition at line 62 of file vmcs.h.

◆ vnmi_blocked_time

s64 loaded_vmcs::vnmi_blocked_time

Definition at line 71 of file vmcs.h.


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