Searched refs:SCHEDOP_poll (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/include/xen/interface/ |
D | sched.h | 77 #define SCHEDOP_poll 3 macro
|
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/ |
D | xen_shinfo_test.c | 85 #define SCHEDOP_poll 3 macro 310 xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code() 316 xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code() 322 xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code() 334 xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code() 369 __xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code()
|
/linux-6.12.1/drivers/xen/events/ |
D | events_base.c | 2052 if (HYPERVISOR_sched_op(SCHEDOP_poll, &poll) != 0) in xen_poll_irq_timeout()
|
/linux-6.12.1/arch/x86/kvm/ |
D | xen.c | 1530 case SCHEDOP_poll: in kvm_xen_hcall_sched_op()
|
/linux-6.12.1/Documentation/virt/kvm/ |
D | api.rst | 1014 such as intercepting the SCHEDOP_poll hypercall to accelerate PV
|