Searched refs:dom0 (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/xen/xen/
H A Dgenfb_xen.c65 xen_start_info.console.dom0.info_off);
66 info_size = xen_start_info.console.dom0.info_size;
/netbsd-current/sys/arch/xen/xenbus/
H A Dxenbus_probe.c681 bool dom0; local
693 dom0 = xendomain_is_dom0();
694 if (dom0) {
725 panic("dom0 support not compiled in");
745 if (!dom0) {
753 if (dom0) {
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Dxen.h780 * in case of dom0 this page contains the console info, too
781 * e. unless dom0: xenstore ring page
782 * f. unless dom0: console ring page
798 * This only manifested itself on 32-on-64 dom0 kernels and not 32-on-64 domU
799 * or 64-bit kernels of any colour. The page tables for a 32-on-64 dom0 got
822 } dom0; member in union:start_info::__anon24
840 /* New console union for dom0 introduced in 0x00030203. */
884 * The console structure in start_info.console.dom0

Completed in 258 milliseconds