Lines Matching full:domain
77 * Halt execution of this domain (all VCPUs) and notify the system controller.
86 * returns 1 if suspend was cancelled or the domain was merely
87 * checkpointed, and 0 if it is resuming in a new domain.
99 * Declare a shutdown for another domain. The main use of this function is
101 * domains. A para-virtualized domain may use SCHEDOP_shutdown directly.
107 * Latch a shutdown code, so that when the domain later shuts down it
114 * Setup, poke and destroy a domain watchdog timer.
116 * With id == 0, setup a domain watchdog timer to cause domain shutdown
118 * With id != 0 and timeout == 0, destroy domain watchdog timer.
130 * This call is allowed for the hardware domain only and requires the cpu
131 * to be part of the domain's cpupool.
150 domid_t domain_id; /* Remote domain ID */
174 /* Domain exited normally. Clean up and kill. */
190 * Domain asked to perform 'soft reset' for it. The expected behavior is to
191 * reset internal Xen state for the domain returning it to the point where it
192 * was created but leaving the domain's memory contents and vCPU contexts
193 * intact. This will allow the domain to start over and set up all Xen specific