Lines Matching defs:kvm_vcpu_xen
728 struct kvm_vcpu_xen { struct
729 u64 hypercall_rip;
730 u32 current_runstate;
731 u8 upcall_vector;
732 struct gfn_to_pfn_cache vcpu_info_cache;
733 struct gfn_to_pfn_cache vcpu_time_info_cache;
734 struct gfn_to_pfn_cache runstate_cache;
735 struct gfn_to_pfn_cache runstate2_cache;
736 u64 last_steal;
737 u64 runstate_entry_time;
738 u64 runstate_times[4];
739 unsigned long evtchn_pending_sel;
740 u32 vcpu_id; /* The Xen / ACPI vCPU ID */
741 u32 timer_virq;
742 u64 timer_expires; /* In guest epoch */
743 atomic_t timer_pending;
744 struct hrtimer timer;
745 int poll_evtchn;
746 struct timer_list poll_timer;
747 struct kvm_hypervisor_cpuid cpuid;