Home
last modified time | relevance | path

Searched refs:ot_sel (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dtask_switch.c494 uint16_t ot_sel, struct tss32 *tss, struct iovec *iov, int *faultptr) in tss32_restore() argument
504 tss->tss_link = ot_sel; in tss32_restore()
873 uint16_t nt_sel, ot_sel; in vmexit_task_switch() local
957 ot_sel = GETREG(vcpu, VM_REG_GUEST_TR); in vmexit_task_switch()
958 if (ISLDT(ot_sel) || IDXSEL(ot_sel) == 0) { in vmexit_task_switch()
965 sel_exception(vcpu, IDT_TS, ot_sel, task_switch->ext); in vmexit_task_switch()
978 error = read_tss_descriptor(vcpu, task_switch, ot_sel, &ot_desc, in vmexit_task_switch()
994 error = desc_table_write(vcpu, &sup_paging, ot_sel, in vmexit_task_switch()
1038 error = tss32_restore(ctx, vcpu, task_switch, ot_sel, &newtss, nt_iov, in vmexit_task_switch()