Lines Matching refs:partition

47  * struct fsl_hv_ioctl_restart - restart a partition
49 * @partition: the ID of the partition to restart, or -1 for the
50 * calling partition
56 __u32 partition;
60 * struct fsl_hv_ioctl_status - get a partition's status
62 * @partition: the ID of the partition to query, or -1 for the
63 * calling partition
64 * @status: The returned status of the partition
76 __u32 partition;
81 * struct fsl_hv_ioctl_start - start a partition
83 * @partition: the ID of the partition to control
85 * @load: If non-zero, reload the partition's images before starting
91 __u32 partition;
97 * struct fsl_hv_ioctl_stop - stop a partition
99 * @partition: the ID of the partition to stop, or -1 for the calling
100 * partition
106 __u32 partition;
112 * @source: the partition ID of the source partition, or -1 for this
113 * partition
114 * @target: the partition ID of the target partition, or -1 for this
115 * partition
118 * partition
120 * remote partition
126 * The 'local' partition is the partition that calls this ioctl. The
127 * 'remote' partition is a different partition. The data is copied from
128 * the 'source' paritition' to the 'target' partition.
130 * The buffer in the remote partition must be guest physically
134 * partitions or within the same partition, so either 'source' or
166 * @handle: handle of partition whose tree to access
188 /* Restart another partition */
192 /* Get a partition's status */
196 /* Boot another partition */
200 /* Stop this or another partition */
204 /* Copy data from one partition to another */