Searched refs:domU (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/boot/
H A Dboot_xconsole.c89 mmu_ptob((x86pte_t)xen_info->console.domU.mfn) | PTE_BITS,
186 send.port = xen_info->console.domU.evtchn;
239 send.port = xen_info->console.domU.evtchn;
/illumos-gate/usr/src/uts/common/xen/public/
H A Dxen.h561 } domU; member in union:start_info::__anon9326
582 #define console_mfn console.domU.mfn
583 #define console_evtchn console.domU.evtchn
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_mmu.c57 * We need to prevent migration or suspension of a domU while it's
228 kbm_map_ma(pfn_to_pa(xen_info->console.domU.mfn), addr, 0);
H A Dxen_machdep.c524 xen_info->console.domU.mfn =
525 mfn_to_pfn_mapping[xen_info->console.domU.mfn];
/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c412 pdp->xd_evtchn = xen_info->console.domU.evtchn;
457 pdp->xd_evtchn = xen_info->console.domU.evtchn;
826 boolean_t domU = !dom0; local
835 if (domU && !(xdcp->flags & XD_DOM_GUEST))

Completed in 75 milliseconds