Searched refs:xen_hypercall (Results 1 – 3 of 3) sorted by relevance
| /tools/testing/selftests/kvm/x86/ |
| A D | xen_shinfo_test.c | 258 xen_hypercall(__HYPERVISOR_event_channel_op, EVTCHNOP_send, &s); in guest_code() 268 xen_hypercall(__HYPERVISOR_event_channel_op, EVTCHNOP_send, &s); in guest_code() 277 xen_hypercall(__HYPERVISOR_event_channel_op, EVTCHNOP_send, &s); in guest_code() 284 xen_hypercall(__HYPERVISOR_set_timer_op, in guest_code() 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()
|
| /tools/testing/selftests/kvm/include/x86/ |
| A D | processor.h | 1339 void xen_hypercall(uint64_t nr, uint64_t a0, void *a1);
|
| /tools/testing/selftests/kvm/lib/x86/ |
| A D | processor.c | 1211 void xen_hypercall(uint64_t nr, uint64_t a0, void *a1) in xen_hypercall() function
|
Completed in 13 milliseconds