Searched refs:SEG_DESC_UNUSABLE (Results 1 – 4 of 4) sorted by relevance
196 #define SEG_DESC_UNUSABLE(access) (((access) & 0x10000) ? 1 : 0) macro
197 if (SEG_DESC_UNUSABLE(access) || !SEG_DESC_PRESENT(access)) in desc_table_limit_check()695 if (SEG_DESC_UNUSABLE(desc->access)) in calculate_gla()972 assert(!SEG_DESC_UNUSABLE(access) && SEG_DESC_PRESENT(access)); in vmexit_task_switch()
2319 if (SEG_DESC_UNUSABLE(desc->access)) { in svm_setdesc()
2845 if (SEG_DESC_UNUSABLE(desc->access)) in vie_calculate_gla()