Searched refs:xen_hypercall (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/x86/xen/ |
H A D | enlighten.c | 30 DEFINE_STATIC_CALL(xen_hypercall, xen_hypercall_hvm); 31 EXPORT_STATIC_CALL_TRAMP(xen_hypercall); 87 if (static_call_query(xen_hypercall) != xen_hypercall_hvm) in xen_hypercall_setfunc() 92 static_call_update(xen_hypercall, xen_hypercall_amd); in xen_hypercall_setfunc() 94 static_call_update(xen_hypercall, xen_hypercall_intel); in xen_hypercall_setfunc() 132 static_call_update_early(xen_hypercall, func); in __xen_hypercall_setfunc()
|
H A D | enlighten_pv.c | 1334 static_call_update_early(xen_hypercall, xen_hypercall_pv); in xen_start_kernel()
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | xen_shinfo_test.c | 259 xen_hypercall(__HYPERVISOR_event_channel_op, EVTCHNOP_send, &s); in guest_code() 269 xen_hypercall(__HYPERVISOR_event_channel_op, EVTCHNOP_send, &s); in guest_code() 278 xen_hypercall(__HYPERVISOR_event_channel_op, EVTCHNOP_send, &s); in guest_code() 285 xen_hypercall(__HYPERVISOR_set_timer_op, in guest_code() 308 xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code() 314 xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code() 320 xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code() 328 xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code()
|
/openbmc/qemu/target/i386/kvm/ |
H A D | trace-events | 11 …uint64_t input, uint64_t a0, uint64_t a1, uint64_t a2, uint64_t ret) "xen_hypercall: cpu %d cpl %d…
|
/openbmc/linux/arch/x86/include/asm/xen/ |
H A D | hypercall.h | 92 DECLARE_STATIC_CALL(xen_hypercall, xen_hypercall_func);
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | processor.h | 1195 void xen_hypercall(uint64_t nr, uint64_t a0, void *a1);
|
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | processor.c | 1183 void xen_hypercall(uint64_t nr, uint64_t a0, void *a1) in xen_hypercall() function
|