Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/amd64/
H A Dtask_switch.c718 uint16_t nt_sel, ot_sel; in vmexit_task_switch() local
722 nt_sel = task_switch->tsssel; in vmexit_task_switch()
744 error = read_tss_descriptor(vcpu, task_switch, nt_sel, &nt_desc, in vmexit_task_switch()
754 sel_exception(vcpu, IDT_TS, nt_sel, ext); in vmexit_task_switch()
760 sel_exception(vcpu, IDT_NP, nt_sel, ext); in vmexit_task_switch()
777 sel_exception(vcpu, IDT_TS, nt_sel, ext); in vmexit_task_switch()
783 sel_exception(vcpu, IDT_TS, nt_sel, ext); in vmexit_task_switch()
792 sel_exception(vcpu, IDT_GP, nt_sel, ext); in vmexit_task_switch()
859 error = desc_table_write(vcpu, &sup_paging, nt_sel, in vmexit_task_switch()
865 SETREG(vcpu, VM_REG_GUEST_TR, nt_sel); in vmexit_task_switch()