Searched refs:pref_bias_clear_store (Results 1 – 1 of 1) sorted by relevance
89 static int pref_bias_clear_store; variable165 pref_bias_clear_store = 512; in set_prefetch_parameters()174 pref_bias_clear_store = 128; in set_prefetch_parameters()192 pref_bias_clear_store = 128; in set_prefetch_parameters()239 if (pref_bias_clear_store) { in build_clear_pref()240 _uasm_i_pref(buf, pref_dst_mode, pref_bias_clear_store + off, in build_clear_pref()289 BUG_ON(pref_bias_clear_store % (2 * clear_word_size)); in build_clear_page()290 BUG_ON(PAGE_SIZE < pref_bias_clear_store); in build_clear_page()292 off = PAGE_SIZE - pref_bias_clear_store; in build_clear_page()293 if (off > 0xffff || !pref_bias_clear_store) in build_clear_page()[all …]