KVM
Public Attributes | List of all members
kvm_sev_info Struct Reference

#include <svm.h>

Public Attributes

bool active
 
bool es_active
 
unsigned int asid
 
unsigned int handle
 
int fd
 
unsigned long pages_locked
 
struct list_head regions_list
 
u64 ap_jump_table
 
struct kvm * enc_context_owner
 
struct list_head mirror_vms
 
struct list_head mirror_entry
 
struct misc_cg * misc_cg
 
atomic_t migration_in_progress
 

Detailed Description

Definition at line 79 of file svm.h.

Member Data Documentation

◆ active

bool kvm_sev_info::active

Definition at line 80 of file svm.h.

◆ ap_jump_table

u64 kvm_sev_info::ap_jump_table

Definition at line 87 of file svm.h.

◆ asid

unsigned int kvm_sev_info::asid

Definition at line 82 of file svm.h.

◆ enc_context_owner

struct kvm* kvm_sev_info::enc_context_owner

Definition at line 88 of file svm.h.

◆ es_active

bool kvm_sev_info::es_active

Definition at line 81 of file svm.h.

◆ fd

int kvm_sev_info::fd

Definition at line 84 of file svm.h.

◆ handle

unsigned int kvm_sev_info::handle

Definition at line 83 of file svm.h.

◆ migration_in_progress

atomic_t kvm_sev_info::migration_in_progress

Definition at line 92 of file svm.h.

◆ mirror_entry

struct list_head kvm_sev_info::mirror_entry

Definition at line 88 of file svm.h.

◆ mirror_vms

struct list_head kvm_sev_info::mirror_vms

Definition at line 88 of file svm.h.

◆ misc_cg

struct misc_cg* kvm_sev_info::misc_cg

Definition at line 91 of file svm.h.

◆ pages_locked

unsigned long kvm_sev_info::pages_locked

Definition at line 85 of file svm.h.

◆ regions_list

struct list_head kvm_sev_info::regions_list

Definition at line 85 of file svm.h.


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