Lines Matching refs:vm_set_desc
803 vm_set_desc(struct vcpu *vcpu, int reg, in vm_set_desc() function
1594 error = vm_set_desc(vcpu, VM_REG_GUEST_CS, in vcpu_reset()
1609 error = vm_set_desc(vcpu, VM_REG_GUEST_SS, in vcpu_reset()
1614 error = vm_set_desc(vcpu, VM_REG_GUEST_DS, in vcpu_reset()
1619 error = vm_set_desc(vcpu, VM_REG_GUEST_ES, in vcpu_reset()
1624 error = vm_set_desc(vcpu, VM_REG_GUEST_FS, in vcpu_reset()
1629 error = vm_set_desc(vcpu, VM_REG_GUEST_GS, in vcpu_reset()
1688 error = vm_set_desc(vcpu, VM_REG_GUEST_GDTR, in vcpu_reset()
1693 error = vm_set_desc(vcpu, VM_REG_GUEST_IDTR, in vcpu_reset()
1702 error = vm_set_desc(vcpu, VM_REG_GUEST_TR, 0, 0, desc_access); in vcpu_reset()
1714 error = vm_set_desc(vcpu, VM_REG_GUEST_LDTR, desc_base, in vcpu_reset()