Searched refs:xen_hypercall (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/kvm/x86/ |
H 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()
|
/linux/arch/x86/include/asm/xen/ |
H A D | hypercall.h | 92 DECLARE_STATIC_CALL(xen_hypercall, xen_hypercall_func);
|
/linux/arch/x86/xen/ |
H A D | enlighten_pv.c | 1408 static_call_update_early(xen_hypercall, xen_hypercall_pv); in xen_start_kernel()
|
/linux/tools/testing/selftests/kvm/include/x86/ |
H A D | processor.h | 1339 void xen_hypercall(uint64_t nr, uint64_t a0, void *a1);
|
/linux/tools/testing/selftests/kvm/lib/x86/ |
H A D | processor.c | 1211 void xen_hypercall(uint64_t nr, uint64_t a0, void *a1) in xen_hypercall() function
|