Home
last modified time | relevance | path

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

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