Home
last modified time | relevance | path

Searched refs:SCHEDOP_poll (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dxen_shinfo_test.c85 #define SCHEDOP_poll 3 macro
307 xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code()
313 xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code()
319 xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code()
331 xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code()
366 __xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code()
/linux/include/xen/interface/
H A Dsched.h77 #define SCHEDOP_poll 3 macro
/linux/drivers/xen/events/
H A Devents_base.c2067 if (HYPERVISOR_sched_op(SCHEDOP_poll, &poll) != 0) in xen_poll_irq_timeout()
/linux/arch/x86/kvm/
H A Dxen.c1584 case SCHEDOP_poll: in kvm_xen_hcall_sched_op()
/linux/Documentation/virt/kvm/
H A Dapi.rst1031 such as intercepting the SCHEDOP_poll hypercall to accelerate PV