Searched defs:kvm_vcpu_xen (Results 1 – 1 of 1) sorted by relevance
595 struct kvm_vcpu_xen { struct596 u64 hypercall_rip;597 u32 current_runstate;598 bool vcpu_info_set;599 bool vcpu_time_info_set;600 bool runstate_set;601 struct gfn_to_hva_cache vcpu_info_cache;603 struct gfn_to_hva_cache runstate_cache;604 u64 last_steal;605 u64 runstate_entry_time;[all …]
Completed in 12 milliseconds