Searched refs:SEG_DESC_UNUSABLE (Results 1 – 4 of 4) sorted by relevance
184 if (SEG_DESC_UNUSABLE(access) || !SEG_DESC_PRESENT(access)) in desc_table_limit_check()819 assert(!SEG_DESC_UNUSABLE(access) && SEG_DESC_PRESENT(access)); in vmexit_task_switch()
403 if (SEG_DESC_UNUSABLE(desc->access)) { in vmcb_setdesc()
506 #define SEG_DESC_UNUSABLE(access) (((access) & 0x10000) ? 1 : 0) macro
1926 if (SEG_DESC_UNUSABLE(desc->access)) in vie_calculate_gla()