Lines Matching refs:early_hits
89 unsigned int early_hits; member
158 unsigned int early_hits = cpu_data->states[i].early_hits; in teo_update() local
160 cpu_data->states[i].early_hits -= early_hits >> DECAY_SHIFT; in teo_update()
187 cpu_data->states[idx_hit].early_hits += PULSE; in teo_update()
246 unsigned int hits, misses, early_hits; in teo_select() local
262 early_hits = 0; in teo_select()
290 if (early_hits >= cpu_data->states[i].early_hits || in teo_select()
302 early_hits = cpu_data->states[i].early_hits; in teo_select()
316 early_hits = cpu_data->states[i].early_hits; in teo_select()
339 if (early_hits < cpu_data->states[i].early_hits && in teo_select()
342 early_hits = cpu_data->states[i].early_hits; in teo_select()