Home
last modified time | relevance | path

Searched refs:__xen_hypercall (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c1178 uint64_t __xen_hypercall(uint64_t nr, uint64_t a0, void *a1) in __xen_hypercall() function
1185 GUEST_ASSERT(!__xen_hypercall(nr, a0, a1)); in xen_hypercall()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dxen_shinfo_test.c363 __xen_hypercall(__HYPERVISOR_sched_op, SCHEDOP_poll, &p); in guest_code()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h1194 uint64_t __xen_hypercall(uint64_t nr, uint64_t a0, void *a1);