Symbol: xen_hypercall
arch/x86/include/asm/xen/hypercall.h
103
__stringify(call STATIC_CALL_TRAMP(xen_hypercall))
arch/x86/include/asm/xen/hypercall.h
92
DECLARE_STATIC_CALL(xen_hypercall, xen_hypercall_func);
arch/x86/include/asm/xen/hypercall.h
98
__stringify(.global STATIC_CALL_KEY(xen_hypercall);)
arch/x86/xen/enlighten.c
125
static_call_update_early(xen_hypercall, func);
arch/x86/xen/enlighten.c
25
DEFINE_STATIC_CALL(xen_hypercall, xen_hypercall_hvm);
arch/x86/xen/enlighten.c
26
EXPORT_STATIC_CALL_TRAMP(xen_hypercall);
arch/x86/xen/enlighten.c
85
if (static_call_query(xen_hypercall) != xen_hypercall_hvm)
arch/x86/xen/enlighten.c
90
static_call_update(xen_hypercall, xen_hypercall_amd);
arch/x86/xen/enlighten.c
92
static_call_update(xen_hypercall, xen_hypercall_intel);
arch/x86/xen/enlighten_pv.c
1359
static_call_update_early(xen_hypercall, xen_hypercall_pv);
tools/testing/selftests/kvm/include/x86/processor.h
1391
void xen_hypercall(uint64_t nr, uint64_t a0, void *a1);
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
258
xen_hypercall(__HYPERVISOR_event_channel_op, EVTCHNOP_send, &s);
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
268
xen_hypercall(__HYPERVISOR_event_channel_op, EVTCHNOP_send, &s);
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
277
xen_hypercall(__HYPERVISOR_event_channel_op, EVTCHNOP_send, &s);
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
284
xen_hypercall(__HYPERVISOR_set_timer_op,
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
307
xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p);
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
313
xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p);
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
319
xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p);
tools/testing/selftests/kvm/x86/xen_shinfo_test.c
331
xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p);