Searched refs:SEG_DESC_PRESENT (Results 1 – 3 of 3) sorted by relevance
197 if (SEG_DESC_UNUSABLE(access) || !SEG_DESC_PRESENT(access)) in desc_table_limit_check()704 assert(SEG_DESC_PRESENT(desc->access)); in calculate_gla()912 if (!SEG_DESC_PRESENT(nt.access)) { in vmexit_task_switch()972 assert(!SEG_DESC_UNUSABLE(access) && SEG_DESC_PRESENT(access)); in vmexit_task_switch()
193 #define SEG_DESC_PRESENT(access) (((access) & 0x0080) ? 1 : 0) macro
2854 KASSERT(SEG_DESC_PRESENT(desc->access), in vie_calculate_gla()