Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/amd64/
H A Dtask_switch.c493 uint16_t ot_sel, struct tss32 *tss, struct iovec *iov, int *faultptr) in tss32_restore() argument
503 tss->tss_link = ot_sel; in tss32_restore()
872 uint16_t nt_sel, ot_sel; in vmexit_task_switch() local
956 ot_sel = GETREG(vcpu, VM_REG_GUEST_TR); in vmexit_task_switch()
957 if (ISLDT(ot_sel) || IDXSEL(ot_sel) == 0) { in vmexit_task_switch()
964 sel_exception(vcpu, IDT_TS, ot_sel, task_switch->ext); in vmexit_task_switch()
977 error = read_tss_descriptor(vcpu, task_switch, ot_sel, &ot_desc, in vmexit_task_switch()
993 error = desc_table_write(vcpu, &sup_paging, ot_sel, in vmexit_task_switch()
1037 error = tss32_restore(ctx, vcpu, task_switch, ot_sel, &newtss, nt_iov, in vmexit_task_switch()