Lines Matching full:vm

53  * hcall_sos_remove_cpu() - Remove a vCPU of Service VM
64 * hcall_create_vm() - Create a User VM
65 * @vminfo: Service VM GPA of info of User VM creation
75 * hcall_start_vm() - Start a User VM
76 * @vmid: User VM ID
86 * hcall_pause_vm() - Pause a User VM
87 * @vmid: User VM ID
97 * hcall_destroy_vm() - Destroy a User VM
98 * @vmid: User VM ID
108 * hcall_reset_vm() - Reset a User VM
109 * @vmid: User VM ID
119 * hcall_set_vcpu_regs() - Set up registers of virtual CPU of a User VM
120 * @vmid: User VM ID
121 * @regs_state: Service VM GPA of registers state
131 * hcall_inject_msi() - Deliver a MSI interrupt to a User VM
132 * @vmid: User VM ID
133 * @msi: Service VM GPA of MSI message
143 * hcall_vm_intr_monitor() - Set a shared page for User VM interrupt statistics
144 * @vmid: User VM ID
145 * @addr: Service VM GPA of the shared page
156 * @vmid: User VM ID
157 * @op: Service VM GPA of interrupt line operations
168 * @vmid: User VM ID
169 * @buffer: Service VM GPA of the shared buffer
180 * @vmid: User VM ID
192 * @regions_pa: Service VM GPA of &struct vm_memory_region_batch
202 * hcall_create_vdev() - Create a virtual device for a User VM
203 * @vmid: User VM ID
204 * @addr: Service VM GPA of the &struct acrn_vdev
214 * hcall_destroy_vdev() - Destroy a virtual device of a User VM
215 * @vmid: User VM ID
216 * @addr: Service VM GPA of the &struct acrn_vdev
226 * hcall_assign_mmiodev() - Assign a MMIO device to a User VM
227 * @vmid: User VM ID
228 * @addr: Service VM GPA of the &struct acrn_mmiodev
238 * hcall_deassign_mmiodev() - De-assign a PCI device from a User VM
239 * @vmid: User VM ID
240 * @addr: Service VM GPA of the &struct acrn_mmiodev
250 * hcall_assign_pcidev() - Assign a PCI device to a User VM
251 * @vmid: User VM ID
252 * @addr: Service VM GPA of the &struct acrn_pcidev
262 * hcall_deassign_pcidev() - De-assign a PCI device from a User VM
263 * @vmid: User VM ID
264 * @addr: Service VM GPA of the &struct acrn_pcidev
275 * @vmid: User VM ID
276 * @irq: Service VM GPA of the &struct acrn_ptdev_irq
287 * @vmid: User VM ID
288 * @irq: Service VM GPA of the &struct acrn_ptdev_irq
299 * @state: Service VM GPA of buffer of P-states and C-states