Home
last modified time | relevance | path

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

/linux/arch/mips/mm/
H A Dpage.c76 static int pref_bias_copy_store; variable
154 pref_bias_copy_store = 256; in set_prefetch_parameters()
163 pref_bias_copy_store = 128; in set_prefetch_parameters()
182 pref_bias_copy_store = 128; in set_prefetch_parameters()
190 pref_bias_copy_store = 128; in set_prefetch_parameters()
389 if (pref_bias_copy_store) { in build_copy_store_pref()
390 _uasm_i_pref(buf, pref_dst_mode, pref_bias_copy_store + off, in build_copy_store_pref()
439 BUG_ON(pref_bias_copy_store % (8 * copy_word_size)); in build_copy_page()
441 BUG_ON(pref_bias_copy_store > pref_bias_copy_load); in build_copy_page()
458 off = cache_line_size ? min(8, pref_bias_copy_store / cache_line_size) * in build_copy_page()
[all …]