Lines Matching defs:kvm_vcpu_xen
712 struct kvm_vcpu_xen { struct
713 u64 hypercall_rip;
714 u32 current_runstate;
715 u8 upcall_vector;
716 struct gfn_to_pfn_cache vcpu_info_cache;
717 struct gfn_to_pfn_cache vcpu_time_info_cache;
718 struct gfn_to_pfn_cache runstate_cache;
719 struct gfn_to_pfn_cache runstate2_cache;
720 u64 last_steal;
721 u64 runstate_entry_time;
722 u64 runstate_times[4];
723 unsigned long evtchn_pending_sel;
724 u32 vcpu_id; /* The Xen / ACPI vCPU ID */
725 u32 timer_virq;
726 u64 timer_expires; /* In guest epoch */
727 atomic_t timer_pending;
728 struct hrtimer timer;
729 int poll_evtchn;
730 struct timer_list poll_timer;
731 struct kvm_hypervisor_cpuid cpuid;