Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/bhyve/
HDtask_switch.c180 reg = ISLDT(sel) ? VM_REG_GUEST_LDTR : VM_REG_GUEST_GDTR; in desc_table_limit_check()
213 reg = ISLDT(sel) ? VM_REG_GUEST_LDTR : VM_REG_GUEST_GDTR; in desc_table_rw()
259 assert(!ISLDT(sel)); in read_tss_descriptor()
344 if (ldtseg && ISLDT(sel)) { in validate_seg_desc()
802 if (ISLDT(ot_sel) || IDXSEL(ot_sel) == 0) { in vmexit_task_switch()
/NextBSD/sys/x86/include/
HDsegments.h51 #define ISLDT(s) ((s)&SEL_LDT) /* is it local or global */ macro
/NextBSD/sys/i386/svr4/
HDsvr4_machdep.c559 if (!ISLDT(ssd.selector)) {
/NextBSD/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
HDfasttrap_isa.c904 if (ISLDT(sel)) { in fasttrap_do_seg()