Lines Matching refs:vm_id

199 	uint16_t vmid = target_vm->vm_id;  in hcall_create_vm()
232 cv.vmid = vmid_2_rel_vmid(vm->vm_id, vmid); in hcall_create_vm()
421 if (is_severity_pass(target_vm->vm_id) && !is_poweroff_vm(target_vm)) { in hcall_set_irqline()
460 if (is_severity_pass(target_vm->vm_id) && !is_poweroff_vm(target_vm)) { in hcall_inject_msi()
497 target_vm->vm_id, iobuf); in hcall_set_ioreq_buffer()
502 __func__, vm->vm_id, iobuf); in hcall_set_ioreq_buffer()
591 if (is_severity_pass(target_vm->vm_id) && in hcall_notify_ioreq_finish()
594 target_vm->vm_id, vcpu_id); in hcall_notify_ioreq_finish()
598 __func__, vcpu_id, target_vm->vm_id); in hcall_notify_ioreq_finish()
690 target_vm->vm_id, region->type, region->gpa, in set_vm_memory_region()
718 (is_severity_pass(target_vm->vm_id) || (target_vm->state != VM_RUNNING))) { in hcall_set_vm_memory_regions()
750 if (is_severity_pass(vm->vm_id)) { in write_protect_page()
754 __func__, vm->vm_id, wp->gpa); in write_protect_page()
759 __func__, vm->vm_id, wp->gpa); in write_protect_page()
762 vm->vm_id, wp->gpa, hpa); in write_protect_page()
840 __func__, target_vm->vm_id, v_gpa2hpa.gpa); in hcall_gpa_to_hpa()
875 … a postlaunched VM, or not in CREATED status to be assigned with a pcidev\n", __func__, vm->vm_id); in hcall_assign_pcidev()
905 …unched VM, or not in PAUSED/CREATED status to be deassigned from a pcidev\n", __func__, vm->vm_id); in hcall_deassign_pcidev()
938 pr_err("vm[%d] %s failed!\n",target_vm->vm_id, __func__); in hcall_assign_mmiodev()
971 pr_err("vm[%d] %s failed!\n",target_vm->vm_id, __func__); in hcall_deassign_mmiodev()
1307 …s not a postlaunched VM, or not in CREATED status to create a vdev\n", __func__, target_vm->vm_id); in hcall_add_vdev()
1353 …postlaunched VM, or not in CREATED/PAUSED status to destroy a vdev\n", __func__, target_vm->vm_id); in hcall_remove_vdev()