Home
last modified time | relevance | path

Searched refs:evtchn_upcall_pending (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/x86/xen/
Dirq.c58 if (unlikely(vcpu->evtchn_upcall_pending)) in xen_restore_fl()
95 if (unlikely(vcpu->evtchn_upcall_pending)) in xen_irq_enable()
/linux-4.1.27/arch/x86/kernel/
Dasm-offsets.c60 OFFSET(XEN_vcpu_info_pending, vcpu_info, evtchn_upcall_pending); in common()
/linux-4.1.27/drivers/xen/events/
Devents_2l.c130 vcpu_info->evtchn_upcall_pending = 1; in evtchn_2l_unmask()
285 pending, v->evtchn_upcall_pending, in xen_debug_interrupt()
Devents_base.c1233 vcpu_info->evtchn_upcall_pending = 0; in __xen_evtchn_do_upcall()
1244 } while (count != 1 || vcpu_info->evtchn_upcall_pending); in __xen_evtchn_do_upcall()
/linux-4.1.27/include/xen/interface/
Dxen.h529 uint8_t evtchn_upcall_pending; member