Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
kvm_memory_slot Struct Reference

#include <kvm_host.h>

Data Fields

gfn_t base_gfn
 
unsigned long npages
 
unsigned long flags
 
unsigned longdirty_bitmap
 
struct kvm_arch_memory_slot arch
 
unsigned long userspace_addr
 
int user_alloc
 
int id
 

Detailed Description

Definition at line 251 of file kvm_host.h.

Field Documentation

Definition at line 256 of file kvm_host.h.

gfn_t base_gfn

Definition at line 252 of file kvm_host.h.

unsigned long* dirty_bitmap

Definition at line 255 of file kvm_host.h.

unsigned long flags

Definition at line 254 of file kvm_host.h.

Definition at line 259 of file kvm_host.h.

unsigned long npages

Definition at line 253 of file kvm_host.h.

int user_alloc

Definition at line 258 of file kvm_host.h.

unsigned long userspace_addr

Definition at line 257 of file kvm_host.h.


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