Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/xen/
Dirq.c63 if (unlikely(vcpu->evtchn_upcall_pending)) in xen_restore_fl()
96 if (unlikely(vcpu->evtchn_upcall_pending)) in xen_irq_enable()
/linux-2.6.39/arch/x86/kernel/
Dasm-offsets.c61 OFFSET(XEN_vcpu_info_pending, vcpu_info, evtchn_upcall_pending); in common()
/linux-2.6.39/include/xen/interface/
Dxen.h341 uint8_t evtchn_upcall_pending; member
/linux-2.6.39/drivers/xen/
Devents.c384 vcpu_info->evtchn_upcall_pending = 1; in unmask_evtchn()
1030 pending, v->evtchn_upcall_pending, in xen_debug_interrupt()
1121 vcpu_info->evtchn_upcall_pending = 0; in __xen_evtchn_do_upcall()
1211 } while (count != 1 || vcpu_info->evtchn_upcall_pending); in __xen_evtchn_do_upcall()