Home
last modified time | relevance | path

Searched refs:get_xen_guest_handle_u (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/sys/
H A Dxpv_user.h49 #define get_xen_guest_handle_u(val, hnd) do { val = (hnd).u.p; } while (0) macro
52 #define get_xen_guest_handle_u(val, hnd) do { val = (hnd).p; } while (0)
/illumos-gate/usr/src/uts/i86xpv/io/
H A Dprivcmd_hcall.c272 get_xen_guest_handle_u(taddr, op.u.vcpucontext.ctxt); in privcmd_HYPERVISOR_domctl()
509 get_xen_guest_handle_u(scdp, op.u.perfc_op.desc); in privcmd_HYPERVISOR_sysctl()