|
Linux Kernel
3.7.1
|
#include <kvm_host.h>
Data Fields | |
| struct kvm * | kvm |
| int | cpu |
| int | vcpu_id |
| int | srcu_idx |
| int | mode |
| unsigned long | requests |
| unsigned long | guest_debug |
| struct mutex | mutex |
| struct kvm_run * | run |
| int | fpu_active |
| int | guest_fpu_loaded |
| int | guest_xcr0_loaded |
| wait_queue_head_t | wq |
| struct pid * | pid |
| int | sigset_active |
| sigset_t | sigset |
| struct kvm_vcpu_stat | stat |
| struct kvm_vcpu_arch | arch |
Definition at line 184 of file kvm_host.h.
| struct kvm_vcpu_arch arch |
Definition at line 237 of file kvm_host.h.
Definition at line 189 of file kvm_host.h.
| int fpu_active |
Definition at line 199 of file kvm_host.h.
| unsigned long guest_debug |
Definition at line 194 of file kvm_host.h.
| int guest_fpu_loaded |
Definition at line 200 of file kvm_host.h.
| int guest_xcr0_loaded |
Definition at line 200 of file kvm_host.h.
Definition at line 185 of file kvm_host.h.
| int mode |
Definition at line 192 of file kvm_host.h.
Definition at line 196 of file kvm_host.h.
Definition at line 202 of file kvm_host.h.
| unsigned long requests |
Definition at line 193 of file kvm_host.h.
Definition at line 197 of file kvm_host.h.
| sigset_t sigset |
Definition at line 204 of file kvm_host.h.
| int sigset_active |
Definition at line 203 of file kvm_host.h.
| int srcu_idx |
Definition at line 191 of file kvm_host.h.
Definition at line 205 of file kvm_host.h.
| int vcpu_id |
Definition at line 190 of file kvm_host.h.
Definition at line 201 of file kvm_host.h.
1.8.2