pref_bias_copy_store   90 arch/mips/mm/page.c static int pref_bias_copy_store;
pref_bias_copy_store  166 arch/mips/mm/page.c 			pref_bias_copy_store = 256;
pref_bias_copy_store  175 arch/mips/mm/page.c 			pref_bias_copy_store = 128;
pref_bias_copy_store  194 arch/mips/mm/page.c 			pref_bias_copy_store = 128;
pref_bias_copy_store  202 arch/mips/mm/page.c 			pref_bias_copy_store = 128;
pref_bias_copy_store  399 arch/mips/mm/page.c 	if (pref_bias_copy_store) {
pref_bias_copy_store  400 arch/mips/mm/page.c 		_uasm_i_pref(buf, pref_dst_mode, pref_bias_copy_store + off,
pref_bias_copy_store  447 arch/mips/mm/page.c 	BUG_ON(pref_bias_copy_store % (8 * copy_word_size));
pref_bias_copy_store  449 arch/mips/mm/page.c 	BUG_ON(pref_bias_copy_store > pref_bias_copy_load);
pref_bias_copy_store  466 arch/mips/mm/page.c 	off = cache_line_size ? min(8, pref_bias_copy_store / cache_line_size) *
pref_bias_copy_store  517 arch/mips/mm/page.c 	if (pref_bias_copy_load - pref_bias_copy_store) {
pref_bias_copy_store  519 arch/mips/mm/page.c 			 pref_bias_copy_load - pref_bias_copy_store);
pref_bias_copy_store  560 arch/mips/mm/page.c 	if (pref_bias_copy_store) {
pref_bias_copy_store  561 arch/mips/mm/page.c 		pg_addiu(&buf, A2, A0, pref_bias_copy_store);