Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/xen/
Dirq.c74 if (unlikely(vcpu->evtchn_upcall_pending)) in xen_irq_enable()
/Linux-v5.15/arch/x86/kvm/
Dxen.c202 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()
Dxen.h111 uint8_t evtchn_upcall_pending; member
/Linux-v5.15/drivers/xen/events/
Devents_2l.c133 vcpu_info->evtchn_upcall_pending = 1; in evtchn_2l_unmask()
285 pending, v->evtchn_upcall_pending, in xen_debug_interrupt()
Devents_base.c1714 vcpu_info->evtchn_upcall_pending = 0; in __xen_evtchn_do_upcall()
1722 } while (vcpu_info->evtchn_upcall_pending); in __xen_evtchn_do_upcall()
/Linux-v5.15/arch/x86/kernel/
Dasm-offsets.c67 OFFSET(XEN_vcpu_info_pending, vcpu_info, evtchn_upcall_pending); in common()
/Linux-v5.15/include/xen/interface/
Dxen.h548 uint8_t evtchn_upcall_pending; member
/Linux-v5.15/Documentation/virt/kvm/
Dapi.rst7197 for event channel upcalls when the evtchn_upcall_pending field of a vcpu's