KVM
Public Attributes | List of all members
compat_shared_info Struct Reference

#include <xen.h>

Collaboration diagram for compat_shared_info:
Collaboration graph
[legend]

Public Attributes

struct compat_vcpu_info vcpu_info [MAX_VIRT_CPUS]
 
uint32_t evtchn_pending [32]
 
uint32_t evtchn_mask [32]
 
struct pvclock_wall_clock wc
 
struct compat_arch_shared_info arch
 

Detailed Description

Definition at line 218 of file xen.h.

Member Data Documentation

◆ arch

struct compat_arch_shared_info compat_shared_info::arch

Definition at line 221 of file xen.h.

◆ evtchn_mask

uint32_t compat_shared_info::evtchn_mask[32]

Definition at line 221 of file xen.h.

◆ evtchn_pending

uint32_t compat_shared_info::evtchn_pending[32]

Definition at line 220 of file xen.h.

◆ vcpu_info

struct compat_vcpu_info compat_shared_info::vcpu_info[MAX_VIRT_CPUS]

Definition at line 215 of file xen.h.

◆ wc

struct pvclock_wall_clock compat_shared_info::wc

Definition at line 221 of file xen.h.


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