Lines Matching full:domain
59 * Halt execution of this domain (all VCPUs) and notify the system controller.
68 * returns 1 if suspend was cancelled or the domain was merely
69 * checkpointed, and 0 if it is resuming in a new domain.
81 * Declare a shutdown for another domain. The main use of this function is
83 * domains. A para-virtualized domain may use SCHEDOP_shutdown directly.
89 * Latch a shutdown code, so that when the domain later shuts down it
96 * Setup, poke and destroy a domain watchdog timer.
98 * With id == 0, setup a domain watchdog timer to cause domain shutdown
100 * With id != 0 and timeout == 0, destroy domain watchdog timer.
112 * This call is allowed for the hardware domain only and requires the cpu
113 * to be part of the domain's cpupool.
133 domid_t domain_id; /* Remote domain ID */
158 #define SHUTDOWN_poweroff 0 /* Domain exited normally. Clean up and kill. */
165 * Domain asked to perform 'soft reset' for it. The expected behavior is to
166 * reset internal Xen state for the domain returning it to the point where it
167 * was created but leaving the domain's memory contents and vCPU contexts
168 * intact. This will allow the domain to start over and set up all Xen specific