Searched defs:kvm_vcpu_xen (Results 1 – 1 of 1) sorted by relevance
597 struct kvm_vcpu_xen { struct598 u64 hypercall_rip;599 u32 current_runstate;600 bool vcpu_info_set;601 bool vcpu_time_info_set;602 bool runstate_set;603 struct gfn_to_hva_cache vcpu_info_cache;604 struct gfn_to_hva_cache vcpu_time_info_cache;605 struct gfn_to_hva_cache runstate_cache;606 u64 last_steal;[all …]