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