Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dtask_switch.c873 uint16_t nt_sel, ot_sel; in vmexit_task_switch() local
876 nt_sel = task_switch->tsssel; in vmexit_task_switch()
898 error = read_tss_descriptor(vcpu, task_switch, nt_sel, &nt_desc, in vmexit_task_switch()
908 sel_exception(vcpu, IDT_TS, nt_sel, ext); in vmexit_task_switch()
914 sel_exception(vcpu, IDT_NP, nt_sel, ext); in vmexit_task_switch()
931 sel_exception(vcpu, IDT_TS, nt_sel, ext); in vmexit_task_switch()
937 sel_exception(vcpu, IDT_TS, nt_sel, ext); in vmexit_task_switch()
946 sel_exception(vcpu, IDT_GP, nt_sel, ext); in vmexit_task_switch()
1013 error = desc_table_write(vcpu, &sup_paging, nt_sel, in vmexit_task_switch()
1019 SETREG(vcpu, VM_REG_GUEST_TR, nt_sel); in vmexit_task_switch()