Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86xpv/io/
H A Dprivcmd_hcall.c288 error = import_handle(&sub_ie, &op.u.hvmcontext.buffer, in privcmd_HYPERVISOR_domctl()
289 op.u.hvmcontext.size, IE_IMPORT); in privcmd_HYPERVISOR_domctl()
294 if (op.u.hvmcontext.buffer.p != NULL) in privcmd_HYPERVISOR_domctl()
295 error = import_handle(&sub_ie, &op.u.hvmcontext.buffer, in privcmd_HYPERVISOR_domctl()
296 op.u.hvmcontext.size, IE_EXPORT); in privcmd_HYPERVISOR_domctl()
/illumos-gate/usr/src/uts/common/xen/public/
H A Ddomctl.h673 struct xen_domctl_hvmcontext hvmcontext; member