Home
last modified time | relevance | path

Searched refs:__HYPERVISOR_sched_op (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dxen_shinfo_test.c82 #define __HYPERVISOR_sched_op 29 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()
/linux/include/xen/interface/
H A Dxen.h55 #define __HYPERVISOR_sched_op 29 macro
/linux/arch/x86/kvm/
H A Dxen.c1730 case __HYPERVISOR_sched_op: in kvm_xen_hypercall()