Searched refs:__HYPERVISOR_sched_op (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | xen_shinfo_test.c | 82 #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 D | xen.h | 55 #define __HYPERVISOR_sched_op 29 macro
|
| /linux/arch/x86/kvm/ |
| H A D | xen.c | 1729 case __HYPERVISOR_sched_op: in kvm_xen_hypercall()
|