Searched refs:evtchn_upcall_pending (Results 1 – 8 of 8) sorted by relevance
74 if (unlikely(vcpu->evtchn_upcall_pending)) in xen_irq_enable()
202 unsigned int offset = offsetof(struct vcpu_info, evtchn_upcall_pending); in __kvm_xen_has_interrupt()205 BUILD_BUG_ON(offsetof(struct vcpu_info, evtchn_upcall_pending) != in __kvm_xen_has_interrupt()206 offsetof(struct compat_vcpu_info, evtchn_upcall_pending)); in __kvm_xen_has_interrupt()208 sizeof(((struct vcpu_info *)0)->evtchn_upcall_pending)); in __kvm_xen_has_interrupt()210 sizeof(((struct compat_vcpu_info *)0)->evtchn_upcall_pending)); in __kvm_xen_has_interrupt()
111 uint8_t evtchn_upcall_pending; member
133 vcpu_info->evtchn_upcall_pending = 1; in evtchn_2l_unmask()285 pending, v->evtchn_upcall_pending, in xen_debug_interrupt()
1714 vcpu_info->evtchn_upcall_pending = 0; in __xen_evtchn_do_upcall()1722 } while (vcpu_info->evtchn_upcall_pending); in __xen_evtchn_do_upcall()
67 OFFSET(XEN_vcpu_info_pending, vcpu_info, evtchn_upcall_pending); in common()
548 uint8_t evtchn_upcall_pending; member
7197 for event channel upcalls when the evtchn_upcall_pending field of a vcpu's