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