Lines Matching defs:kvm_vcpu_xen
686 struct kvm_vcpu_xen { struct
687 u64 hypercall_rip;
688 u32 current_runstate;
689 u8 upcall_vector;
690 struct gfn_to_pfn_cache vcpu_info_cache;
691 struct gfn_to_pfn_cache vcpu_time_info_cache;
692 struct gfn_to_pfn_cache runstate_cache;
693 struct gfn_to_pfn_cache runstate2_cache;
694 u64 last_steal;
695 u64 runstate_entry_time;
696 u64 runstate_times[4];
697 unsigned long evtchn_pending_sel;
698 u32 vcpu_id; /* The Xen / ACPI vCPU ID */
699 u32 timer_virq;
700 u64 timer_expires; /* In guest epoch */
701 atomic_t timer_pending;
702 struct hrtimer timer;
703 int poll_evtchn;
704 struct timer_list poll_timer;
705 struct kvm_hypervisor_cpuid cpuid;