Home
last modified time | relevance | path

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

/linux/include/xen/interface/ !
H A Dsched.h77 #define SCHEDOP_poll 3 macro
/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()
472 * event channels, which lets it intercept SCHEDOP_poll */ in main()
824 printf("Testing SCHEDOP_poll with already pending event\n"); in main()
831 printf("Testing SCHEDOP_poll timeout\n"); in main()
838 printf("Testing SCHEDOP_poll wak in main()
[all...]
/linux/drivers/xen/events/ !
H A Devents_base.c2046 if (HYPERVISOR_sched_op(SCHEDOP_poll, &poll) != 0) in xen_poll_irq_timeout()
/linux/arch/x86/kvm/ !
H A Dxen.c1585 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