KVM
Public Attributes | List of all members
pkvm_hyp_vm Struct Reference

#include <pkvm.h>

Collaboration diagram for pkvm_hyp_vm:
Collaboration graph
[legend]

Public Attributes

struct kvm kvm
 
struct kvmhost_kvm
 
struct kvm_pgtable pgt
 
struct kvm_pgtable_mm_ops mm_ops
 
struct hyp_pool pool
 
hyp_spinlock_t lock
 
unsigned int nr_vcpus
 
struct pkvm_hyp_vcpuvcpus []
 

Detailed Description

Definition at line 28 of file pkvm.h.

Member Data Documentation

◆ host_kvm

struct kvm* pkvm_hyp_vm::host_kvm

Definition at line 32 of file pkvm.h.

◆ kvm

struct kvm pkvm_hyp_vm::kvm

Definition at line 22 of file pkvm.h.

◆ lock

hyp_spinlock_t pkvm_hyp_vm::lock

Definition at line 38 of file pkvm.h.

◆ mm_ops

struct kvm_pgtable_mm_ops pkvm_hyp_vm::mm_ops

Definition at line 32 of file pkvm.h.

◆ nr_vcpus

unsigned int pkvm_hyp_vm::nr_vcpus

Definition at line 44 of file pkvm.h.

◆ pgt

struct kvm_pgtable pkvm_hyp_vm::pgt

Definition at line 32 of file pkvm.h.

◆ pool

struct hyp_pool pkvm_hyp_vm::pool

Definition at line 32 of file pkvm.h.

◆ vcpus

struct pkvm_hyp_vcpu* pkvm_hyp_vm::vcpus[]

Definition at line 47 of file pkvm.h.


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