Searched refs:validate_seg_desc (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/amd64/ |
H A D | task_switch.c | 321 validate_seg_desc(struct vcpu *vcpu, struct vm_task_switch *ts, in validate_seg_desc() function 575 error = validate_seg_desc(vcpu, ts, VM_REG_GUEST_LDTR, &seg_desc, in tss32_restore() 590 error = validate_seg_desc(vcpu, ts, VM_REG_GUEST_CS, &seg_desc, in tss32_restore() 595 error = validate_seg_desc(vcpu, ts, VM_REG_GUEST_SS, &seg_desc2, in tss32_restore() 603 error = validate_seg_desc(vcpu, ts, VM_REG_GUEST_DS, &seg_desc, in tss32_restore() 609 error = validate_seg_desc(vcpu, ts, VM_REG_GUEST_ES, &seg_desc, in tss32_restore() 615 error = validate_seg_desc(vcpu, ts, VM_REG_GUEST_FS, &seg_desc, in tss32_restore() 621 error = validate_seg_desc(vcpu, ts, VM_REG_GUEST_GS, &seg_desc, in tss32_restore()
|