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