Linux Kernel
3.7.1
|
#include <kvm_host.h>
Public Member Functions | |
DECLARE_BITMAP (slot_bitmap, KVM_MEM_SLOTS_NUM) | |
DECLARE_BITMAP (unsync_child_bitmap, 512) | |
Data Fields | |
struct list_head | link |
struct hlist_node | hash_link |
gfn_t | gfn |
union kvm_mmu_page_role | role |
u64 * | spt |
gfn_t * | gfns |
bool | unsync |
int | root_count |
unsigned int | unsync_children |
unsigned long | parent_ptes |
int | write_flooding_count |
Definition at line 206 of file kvm_host.h.
DECLARE_BITMAP | ( | slot_bitmap | , |
KVM_MEM_SLOTS_NUM | |||
) |
DECLARE_BITMAP | ( | unsync_child_bitmap | , |
512 | |||
) |
gfn_t gfn |
Definition at line 214 of file kvm_host.h.
gfn_t* gfns |
Definition at line 219 of file kvm_host.h.
struct hlist_node hash_link |
Definition at line 208 of file kvm_host.h.
Definition at line 207 of file kvm_host.h.
unsigned long parent_ptes |
Definition at line 228 of file kvm_host.h.
union kvm_mmu_page_role role |
Definition at line 215 of file kvm_host.h.
int root_count |
Definition at line 226 of file kvm_host.h.
u64* spt |
Definition at line 217 of file kvm_host.h.
bool unsync |
Definition at line 225 of file kvm_host.h.
unsigned int unsync_children |
Definition at line 227 of file kvm_host.h.
int write_flooding_count |
Definition at line 235 of file kvm_host.h.