Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/amd64/
H A Dtask_switch.c872 uint16_t nt_sel, ot_sel; in vmexit_task_switch() local
875 nt_sel = task_switch->tsssel; in vmexit_task_switch()
897 error = read_tss_descriptor(vcpu, task_switch, nt_sel, &nt_desc, in vmexit_task_switch()
907 sel_exception(vcpu, IDT_TS, nt_sel, ext); in vmexit_task_switch()
913 sel_exception(vcpu, IDT_NP, nt_sel, ext); in vmexit_task_switch()
930 sel_exception(vcpu, IDT_TS, nt_sel, ext); in vmexit_task_switch()
936 sel_exception(vcpu, IDT_TS, nt_sel, ext); in vmexit_task_switch()
945 sel_exception(vcpu, IDT_GP, nt_sel, ext); in vmexit_task_switch()
1012 error = desc_table_write(vcpu, &sup_paging, nt_sel, in vmexit_task_switch()
1018 SETREG(vcpu, VM_REG_GUEST_TR, nt_sel); in vmexit_task_switch()