Home
last modified time | relevance | path

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

/linux-6.12.1/include/xen/interface/
Dsched.h77 #define SCHEDOP_poll 3 macro
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/
Dxen_shinfo_test.c85 #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/
Devents_base.c2052 if (HYPERVISOR_sched_op(SCHEDOP_poll, &poll) != 0) in xen_poll_irq_timeout()
/linux-6.12.1/arch/x86/kvm/
Dxen.c1530 case SCHEDOP_poll: in kvm_xen_hcall_sched_op()
/linux-6.12.1/Documentation/virt/kvm/
Dapi.rst1014 such as intercepting the SCHEDOP_poll hypercall to accelerate PV