Home
last modified time | relevance | path

Searched refs:xen_hypercall (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dxen_shinfo_test.c258 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 Dhypercall.h92 DECLARE_STATIC_CALL(xen_hypercall, xen_hypercall_func);
/linux/arch/x86/xen/
H A Denlighten_pv.c1408 static_call_update_early(xen_hypercall, xen_hypercall_pv); in xen_start_kernel()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h1339 void xen_hypercall(uint64_t nr, uint64_t a0, void *a1);
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c1211 void xen_hypercall(uint64_t nr, uint64_t a0, void *a1) in xen_hypercall() function