Searched refs:SCHEDOP_poll (Results 1 – 5 of 5) sorted by relevance
/linux/include/xen/interface/ ! |
H A D | sched.h | 77 #define SCHEDOP_poll 3 macro
|
/linux/tools/testing/selftests/kvm/x86/ ! |
H A D | xen_shinfo_test.c | 85 #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 D | events_base.c | 2046 if (HYPERVISOR_sched_op(SCHEDOP_poll, &poll) != 0) in xen_poll_irq_timeout()
|
/linux/arch/x86/kvm/ ! |
H A D | xen.c | 1585 case SCHEDOP_poll: in kvm_xen_hcall_sched_op()
|
/linux/Documentation/virt/kvm/ ! |
H A D | api.rst | 1031 such as intercepting the SCHEDOP_poll hypercall to accelerate PV
|