Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/mm/
Dpageattr.c211 unsigned long do_wbinvd = cache && numpages >= 1024; /* 4M threshold */ in cpa_flush_array() local
215 on_each_cpu(__cpa_flush_all, (void *) do_wbinvd, 1); in cpa_flush_array()
217 if (!cache || do_wbinvd) in cpa_flush_array()