HomeSort by: relevance | last modified time | path
    Searched defs:dom0 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/xen/xenbus/
xenbus_probe.c 682 bool dom0; local in function:xenbus_probe_init
694 dom0 = xendomain_is_dom0();
695 if (dom0) {
726 panic("dom0 support not compiled in");
746 if (!dom0) {
754 if (dom0) {
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/
xen.h 173 #define VIRQ_CONSOLE 2 /* G. (DOM0) Bytes received on emergency console. */
174 #define VIRQ_DOM_EXC 3 /* G. (DOM0) Exceptional event for some domain. */
175 #define VIRQ_TBUF 4 /* G. (DOM0) Trace buffer has records available. */
176 #define VIRQ_DEBUGGER 6 /* G. (DOM0) A domain has paused for debugging. */
178 #define VIRQ_CON_RING 8 /* G. (DOM0) Bytes received on console */
179 #define VIRQ_PCPU_STATE 9 /* G. (DOM0) PCPU state changed */
180 #define VIRQ_MEM_EVENT 10 /* G. (DOM0) A memory event has occured */
182 #define VIRQ_ENOMEM 12 /* G. (DOM0) Low on heap memory */
780 * in case of dom0 this page contains the console info, too
781 * e. unless dom0: xenstore ring pag
822 } dom0; member in union:start_info::__anon457d4c9c030a
    [all...]

Completed in 158 milliseconds