Searched refs:FLUSH_ORDER_MASK (Results 1 – 4 of 4) sorted by relevance
254 if ( flags & ~(FLUSH_VCPU_STATE | FLUSH_ORDER_MASK) ) in invalidate_interrupt()265 if ( (flags & ~(FLUSH_VCPU_STATE | FLUSH_ORDER_MASK)) && in flush_area_mask()269 if ( (flags & ~FLUSH_ORDER_MASK) && in flush_area_mask()274 FLUSH_ORDER_MASK)) && in flush_area_mask()
191 unsigned int order = (flags - 1) & FLUSH_ORDER_MASK; in flush_area_local()
77 unsigned int max_gvas, order = (flags - 1) & FLUSH_ORDER_MASK; in flush_tlb_ex()131 unsigned int order = (flags - 1) & FLUSH_ORDER_MASK; in hyperv_flush_tlb()
109 #define FLUSH_ORDER_MASK 0xff macro
Completed in 72 milliseconds