Searched refs:SCHEDOP_poll (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/include/xen/interface/ |
| D | sched.h | 77 #define SCHEDOP_poll 3 macro
|
| /Linux-v6.6/tools/testing/selftests/kvm/x86_64/ |
| D | xen_shinfo_test.c | 84 #define SCHEDOP_poll 3 macro 308 xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code() 314 xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code() 320 xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code() 328 xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code() 363 __xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code()
|
| /Linux-v6.6/drivers/xen/events/ |
| D | events_base.c | 2059 if (HYPERVISOR_sched_op(SCHEDOP_poll, &poll) != 0) in xen_poll_irq_timeout()
|
| /Linux-v6.6/arch/x86/kvm/ |
| D | xen.c | 1318 case SCHEDOP_poll: in kvm_xen_hcall_sched_op()
|
| /Linux-v6.6/Documentation/virt/kvm/ |
| D | api.rst | 974 such as intercepting the SCHEDOP_poll hypercall to accelerate PV
|