Searched refs:ISLDT (Results 1 – 4 of 4) sorted by relevance
180 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()
51 #define ISLDT(s) ((s)&SEL_LDT) /* is it local or global */ macro
559 if (!ISLDT(ssd.selector)) {
904 if (ISLDT(sel)) { in fasttrap_do_seg()