Home
last modified time | relevance | path

Searched refs:flush_area_local (Results 1 – 5 of 5) sorted by relevance

/xen/xen/include/asm-x86/
A Dflushtlb.h141 unsigned int flush_area_local(const void *va, unsigned int flags);
142 #define flush_local(flags) flush_area_local(NULL, flags)
156 flush_area_local((const void *)(v), FLUSH_TLB|FLUSH_ORDER(0))
192 flush_area_local(p, FLUSH_CACHE|FLUSH_ORDER(order)); in clean_and_invalidate_dcache_va_range()
/xen/xen/arch/x86/
A Dsmp.c255 flush_area_local(flush_va, flags); in invalidate_interrupt()
267 flags = flush_area_local(va, flags); in flush_area_mask()
A Dflushtlb.c189 unsigned int flush_area_local(const void *va, unsigned int flags) in flush_area_local() function
A Dmm.c5182 flush_area_local((const void *)v, f) : \
/xen/xen/arch/x86/cpu/microcode/
A Damd.c240 flush_area_local(patch, FLUSH_TLB_GLOBAL | FLUSH_ORDER(0)); in apply_microcode()

Completed in 14 milliseconds