Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/
A Dxen_shinfo_test.c105 uint8_t evtchn_upcall_pending; member
143 vi->evtchn_upcall_pending = 0; in evtchn_handler()
403 printf("evtchn_upcall_pending 0x%x\n", vinfo->evtchn_upcall_pending); in handle_alrm()
618 vinfo->evtchn_upcall_pending = 0; in main()
654 vinfo->evtchn_upcall_pending = 1; in main()
/linux-6.3-rc2/drivers/xen/events/
A Devents_2l.c133 vcpu_info->evtchn_upcall_pending = 1; in evtchn_2l_unmask()
285 pending, v->evtchn_upcall_pending, in xen_debug_interrupt()
A Devents_base.c1716 int ret = vcpu_info->evtchn_upcall_pending ? IRQ_HANDLED : IRQ_NONE; in __xen_evtchn_do_upcall()
1723 vcpu_info->evtchn_upcall_pending = 0; in __xen_evtchn_do_upcall()
1731 } while (vcpu_info->evtchn_upcall_pending); in __xen_evtchn_do_upcall()
/linux-6.3-rc2/arch/x86/kvm/
A Dxen.c532 WRITE_ONCE(vi->evtchn_upcall_pending, 1); in kvm_xen_inject_pending_events()
544 WRITE_ONCE(vi->evtchn_upcall_pending, 1); in kvm_xen_inject_pending_events()
567 BUILD_BUG_ON(offsetof(struct vcpu_info, evtchn_upcall_pending) != in __kvm_xen_has_interrupt()
568 offsetof(struct compat_vcpu_info, evtchn_upcall_pending)); in __kvm_xen_has_interrupt()
570 sizeof_field(struct vcpu_info, evtchn_upcall_pending)); in __kvm_xen_has_interrupt()
572 sizeof_field(struct compat_vcpu_info, evtchn_upcall_pending)); in __kvm_xen_has_interrupt()
599 rc = ((struct vcpu_info *)gpc->khva)->evtchn_upcall_pending; in __kvm_xen_has_interrupt()
1630 WRITE_ONCE(vcpu_info->evtchn_upcall_pending, 1); in kvm_xen_set_evtchn_fast()
1637 WRITE_ONCE(vcpu_info->evtchn_upcall_pending, 1); in kvm_xen_set_evtchn_fast()
A Dxen.h182 uint8_t evtchn_upcall_pending; member
/linux-6.3-rc2/arch/x86/kernel/
A Dasm-offsets.c66 OFFSET(XEN_vcpu_info_pending, vcpu_info, evtchn_upcall_pending); in common()
/linux-6.3-rc2/include/xen/interface/
A Dxen.h531 uint8_t evtchn_upcall_pending; member
/linux-6.3-rc2/Documentation/virt/kvm/
A Dapi.rst8200 for event channel upcalls when the evtchn_upcall_pending field of a vcpu's

Completed in 31 milliseconds