Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/amd64/include/xen/
Dxen-os.h80 if ( unlikely(_vcpu->evtchn_upcall_pending) ) \
91 if ( unlikely(_vcpu->evtchn_upcall_pending) ) \
/freebsd-9-stable/sys/i386/include/xen/
Dxen-os.h123 if ( unlikely(_vcpu->evtchn_upcall_pending) ) \
134 if ( unlikely(_vcpu->evtchn_upcall_pending) ) \
/freebsd-9-stable/sys/i386/xen/
Dexception.s47 #define evtchn_upcall_pending /* 0 */ macro
67 #define __TEST_PENDING(reg) testb $0xFF,evtchn_upcall_pending(reg)
/freebsd-9-stable/sys/xen/interface/
Dxen.h426 uint8_t evtchn_upcall_pending; member
/freebsd-9-stable/sys/xen/evtchn/
Devtchn.c199 vcpu_info->evtchn_upcall_pending = 0; in evtchn_do_upcall()
966 vcpu_info->evtchn_upcall_pending = 1; in unmask_evtchn()
/freebsd-9-stable/sys/dev/xen/xenpci/
Devtchn.c325 v->evtchn_upcall_pending = 0; in evtchn_interrupt()