Home
last modified time | relevance | path

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

/linux/drivers/xen/events/
H A Devents_2l.c133 vcpu_info->evtchn_upcall_pending = 1; in evtchn_2l_unmask()
285 pending, v->evtchn_upcall_pending, in xen_debug_interrupt()
H A Devents_base.c1705 int ret = vcpu_info->evtchn_upcall_pending ? IRQ_HANDLED : IRQ_NONE; in xen_evtchn_do_upcall()
1719 vcpu_info->evtchn_upcall_pending = 0; in xen_evtchn_do_upcall()
1727 } while (vcpu_info->evtchn_upcall_pending); in xen_evtchn_do_upcall()
/linux/tools/testing/selftests/kvm/x86/
H A Dxen_shinfo_test.c136 u8 evtchn_upcall_pending; member
175 vcpu_arch_put_guest(vi->evtchn_upcall_pending, 0); in evtchn_handler()
388 printf("evtchn_upcall_pending 0x%x\n", vinfo->evtchn_upcall_pending); in handle_alrm()
610 vinfo->evtchn_upcall_pending = 0; in main()
641 vinfo->evtchn_upcall_pending = 1; in main()
/linux/arch/x86/kvm/
H A Dxen.c674 WRITE_ONCE(vi->evtchn_upcall_pending, 1); in kvm_xen_inject_pending_events()
686 WRITE_ONCE(vi->evtchn_upcall_pending, 1); in kvm_xen_inject_pending_events()
709 BUILD_BUG_ON(offsetof(struct vcpu_info, evtchn_upcall_pending) != in __kvm_xen_has_interrupt()
710 offsetof(struct compat_vcpu_info, evtchn_upcall_pending)); in __kvm_xen_has_interrupt()
712 sizeof_field(struct vcpu_info, evtchn_upcall_pending)); in __kvm_xen_has_interrupt()
714 sizeof_field(struct compat_vcpu_info, evtchn_upcall_pending)); in __kvm_xen_has_interrupt()
741 rc = ((struct vcpu_info *)gpc->khva)->evtchn_upcall_pending; in __kvm_xen_has_interrupt()
1867 WRITE_ONCE(vcpu_info->evtchn_upcall_pending, 1); in kvm_xen_set_evtchn_fast()
1874 WRITE_ONCE(vcpu_info->evtchn_upcall_pending, 1); in kvm_xen_set_evtchn_fast()
/linux/include/xen/interface/
H A Dxen.h531 uint8_t evtchn_upcall_pending; member
/linux/Documentation/virt/kvm/
H A Dapi.rst9247 for event channel upcalls when the evtchn_upcall_pending field of a vcpu's