Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
H A Denlighten.c25 DEFINE_STATIC_CALL(xen_hypercall, xen_hypercall_hvm);
26 EXPORT_STATIC_CALL_TRAMP(xen_hypercall);
85 if (static_call_query(xen_hypercall) != xen_hypercall_hvm) in xen_hypercall_setfunc()
90 static_call_update(xen_hypercall, xen_hypercall_amd); in xen_hypercall_setfunc()
92 static_call_update(xen_hypercall, xen_hypercall_intel); in xen_hypercall_setfunc()
125 static_call_update_early(xen_hypercall, func); in __xen_hypercall_setfunc()
/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);
98 __stringify(.global STATIC_CALL_KEY(xen_hypercall);)
103 __stringify(call STATIC_CALL_TRAMP(xen_hypercall))
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h1377 void xen_hypercall(uint64_t nr, uint64_t a0, void *a1);
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dprocessor.c1246 void xen_hypercall(uint64_t nr, uint64_t a0, void *a1) in xen_hypercall() function