Home
last modified time | relevance | path

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

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