Home
last modified time | relevance | path

Searched refs:FLUSH_ORDER_MASK (Results 1 – 4 of 4) sorted by relevance

/xen/xen/arch/x86/
A Dsmp.c254 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()
A Dflushtlb.c191 unsigned int order = (flags - 1) & FLUSH_ORDER_MASK; in flush_area_local()
/xen/xen/arch/x86/guest/hyperv/
A Dtlb.c77 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()
/xen/xen/include/asm-x86/
A Dflushtlb.h109 #define FLUSH_ORDER_MASK 0xff macro

Completed in 72 milliseconds