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