Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/mm/
H A Dpage.c89 static int pref_bias_copy_store; variable
165 pref_bias_copy_store = 256; in set_prefetch_parameters()
174 pref_bias_copy_store = 128; in set_prefetch_parameters()
193 pref_bias_copy_store = 128; in set_prefetch_parameters()
201 pref_bias_copy_store = 128; in set_prefetch_parameters()
400 if (pref_bias_copy_store) { in build_copy_store_pref()
401 _uasm_i_pref(buf, pref_dst_mode, pref_bias_copy_store + off, in build_copy_store_pref()
450 BUG_ON(pref_bias_copy_store % (8 * copy_word_size)); in build_copy_page()
452 BUG_ON(pref_bias_copy_store > pref_bias_copy_load); in build_copy_page()
469 off = cache_line_size ? min(8, pref_bias_copy_store / cache_line_siz in build_copy_page()
[all...]
/kernel/linux/linux-6.6/arch/mips/mm/
H A Dpage.c88 static int pref_bias_copy_store; variable
166 pref_bias_copy_store = 256; in set_prefetch_parameters()
175 pref_bias_copy_store = 128; in set_prefetch_parameters()
194 pref_bias_copy_store = 128; in set_prefetch_parameters()
202 pref_bias_copy_store = 128; in set_prefetch_parameters()
401 if (pref_bias_copy_store) { in build_copy_store_pref()
402 _uasm_i_pref(buf, pref_dst_mode, pref_bias_copy_store + off, in build_copy_store_pref()
451 BUG_ON(pref_bias_copy_store % (8 * copy_word_size)); in build_copy_page()
453 BUG_ON(pref_bias_copy_store > pref_bias_copy_load); in build_copy_page()
470 off = cache_line_size ? min(8, pref_bias_copy_store / cache_line_siz in build_copy_page()
[all...]

Completed in 2 milliseconds